summaryrefslogtreecommitdiffstats
path: root/arch/efi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-13 17:14:36 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-14 07:14:35 +0100
commit78582e53dcb2c6f42282ddf27b66e5bc5b7202cc (patch)
tree8519b9e6a824bbe974e0a1b981bd45eb622e536e /arch/efi
parent6388cfd4d539bce0b62c178cacaa3ac50cf37aa5 (diff)
downloadbarebox-78582e53dcb2c6f42282ddf27b66e5bc5b7202cc.tar.gz
barebox-78582e53dcb2c6f42282ddf27b66e5bc5b7202cc.tar.xz
kbuild: add KBUILD_DEFCONFIG
This allows "make ARCH=... defconfig". Fox example, you can type "make defconfig" instead of "make sandbox_defconfig". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/efi')
-rw-r--r--arch/efi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/efi/Makefile b/arch/efi/Makefile
index 85cb655615..b078bd0e35 100644
--- a/arch/efi/Makefile
+++ b/arch/efi/Makefile
@@ -1,3 +1,5 @@
+KBUILD_DEFCONFIG := efi_defconfig
+
CFLAGS += -fpic -fshort-wchar -mno-sse -mno-mmx
ifeq ($(CONFIG_X86_32),y)