From 7a82b63f19b0a05a76271aee1eb7905cd1c7d5ad Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Tue, 6 Nov 2007 11:02:50 -0500 Subject: UML: fix defconfig build again Reported by Al Viro. This fixes it: [AC]FLAGS -> KBUILD_[AC]FLAGS conversion in Makefile-i386. Signed-off-by: Jeff Dike Cc: Al Viro Cc: Sam Ravnborg Signed-off-by: Linus Torvalds --- arch/um/Makefile-i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/um/Makefile-i386 b/arch/um/Makefile-i386 index b01dfb00e5f8..67290117d909 100644 --- a/arch/um/Makefile-i386 +++ b/arch/um/Makefile-i386 @@ -22,8 +22,8 @@ export LDFLAGS HOSTCFLAGS HOSTLDFLAGS UML_OBJCOPYFLAGS endif endif -CFLAGS += -DCONFIG_X86_32 -AFLAGS += -DCONFIG_X86_32 +KBUILD_CFLAGS += -DCONFIG_X86_32 +KBUILD_AFLAGS += -DCONFIG_X86_32 CONFIG_X86_32 := y export CONFIG_X86_32 -- cgit v1.2.3-59-g8ed1b