aboutsummaryrefslogtreecommitdiff
path: root/resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch
diff options
context:
space:
mode:
author4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 03:18:10 +0000
committer4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 03:25:50 +0000
commitcab47f3178db195d797db89486dc56383c28aace (patch)
treee515305d51c8220dda5c74e3c91de876fa4931f5 /resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch
parentbae4652b291d4310c9ff105a874c009b3cdbaedc (diff)
downloadlibrebootfr-cab47f3178db195d797db89486dc56383c28aace.tar.gz
librebootfr-cab47f3178db195d797db89486dc56383c28aace.zip
remove CrOS boards/utils from old build system (new build system has them)
Diffstat (limited to 'resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch')
-rw-r--r--resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch b/resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch
deleted file mode 100644
index d4b6ae98..00000000
--- a/resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From dfdcd8c218215df4e1523bf6dd11270bc4f52605 Mon Sep 17 00:00:00 2001
-From: Paul Kocialkowski <contact@paulk.fr>
-Date: Sun, 9 Aug 2015 12:06:28 +0200
-Subject: [PATCH 3/8] DOTCONFIG location correction
-
-The configuration file doesn't have to be in src and HAVE_DOTCONFIG holds its
-current location.
-
-Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index a1a9d33..13305cd 100644
---- a/Makefile
-+++ b/Makefile
-@@ -73,7 +73,7 @@ all: help
-
- else
-
--include $(src)/.config
-+include $(HAVE_DOTCONFIG)
-
- ifeq ($(CONFIG_ARCH_X86),y)
- ARCH = x86
---
-2.8.0
-