Skip to content
Snippets Groups Projects
Commit 7a82b63f authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

UML: fix defconfig build again


Reported by Al Viro.

This fixes it:

     [AC]FLAGS -> KBUILD_[AC]FLAGS conversion in Makefile-i386.

Signed-off-by: default avatarJeff Dike <jdike@linux.intel.com>
Cc: Al Viro <viro@ftp.linux.org.uk>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 65d3a68a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment