diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-03-13 01:25:33 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-03-13 01:25:54 +0100 |
| commit | 1397713875bb4c2cb4353d6209eb7dfb3cdc2924 (patch) | |
| tree | 1b117725999fd204c99536dade91e317aafc6fe5 | |
| parent | 7f603f753342d24adbd92743c6a7a13a68832700 (diff) | |
Make makefile.patch apply cleanly for v4.0-rc3.
| -rw-r--r-- | makefile.patch | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/makefile.patch b/makefile.patch index 5b55c79..16a3baf 100644 --- a/makefile.patch +++ b/makefile.patch @@ -1,17 +1,17 @@ -From 10fe390db4051fea50e017f0fd5d284bc3c03182 Mon Sep 17 00:00:00 2001 +From 61cfb087f144aeb17f4c663a998acbda03053943 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson <ulfalizer@gmail.com> -Date: Tue, 18 Jun 2013 19:49:35 +0200 +Date: Fri, 13 Mar 2015 01:22:48 +0100 Subject: [PATCH] Kconfiglib scripts/kconfig/Makefile patch. --- - scripts/kconfig/Makefile | 35 +++++++++++++++++++++++++++++++++++ - 1 file changed, 35 insertions(+) + scripts/kconfig/Makefile | 36 ++++++++++++++++++++++++++++++++++++ + 1 file changed, 36 insertions(+) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile -index 3091794..cd2d18f 100644 +index 9645c07..be21e03 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile -@@ -11,6 +11,41 @@ else +@@ -11,6 +11,42 @@ else Kconfig := Kconfig endif @@ -50,9 +50,10 @@ index 3091794..cd2d18f 100644 +kconfiglibtestconfig: $(obj)/conf + $(Q)$< --defconfig=.config $(srctree)/$(Kconfig) + - xconfig: $(obj)/qconf - $< $(Kconfig) ++ + # We need this, in case the user has it in its environment + unexport CONFIG_ -- -1.8.1.2 +2.1.0 |
