From 78582e53dcb2c6f42282ddf27b66e5bc5b7202cc Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 13 Jan 2015 17:14:36 +0900 Subject: 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 Signed-off-by: Sascha Hauer --- arch/efi/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/efi') 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) -- cgit v1.2.3