mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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>
This commit is contained in:
parent
65d3a68af5
commit
7a82b63f19
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user