mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue