Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <jdike@linux.intel.com>
Cc: Al Viro <viro@ftp.linux.org.uk>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jeff Dike and committed by
Linus Torvalds
7a82b63f 65d3a68a

+2 -2
+2 -2
arch/um/Makefile-i386
··· 22 22 endif 23 23 endif 24 24 25 - CFLAGS += -DCONFIG_X86_32 26 - AFLAGS += -DCONFIG_X86_32 25 + KBUILD_CFLAGS += -DCONFIG_X86_32 26 + KBUILD_AFLAGS += -DCONFIG_X86_32 27 27 CONFIG_X86_32 := y 28 28 export CONFIG_X86_32 29 29