Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79901a97 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

no need to mess with KBUILD_CFLAGS on uml-i386 anymore



Now that X86_32 is provided on Kconfig level for uml-i386, there's no
need to play with it explicitly on Makefile level anymore.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Acked-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9b5e6857
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -22,11 +22,6 @@ export LDFLAGS HOSTCFLAGS HOSTLDFLAGS UML_OBJCOPYFLAGS
endif
endif

KBUILD_CFLAGS		+= -DCONFIG_X86_32
KBUILD_AFLAGS		+= -DCONFIG_X86_32
CONFIG_X86_32		:= y
export CONFIG_X86_32

# First of all, tune CFLAGS for the specific CPU. This actually sets cflags-y.
include $(srctree)/arch/x86/Makefile_32.cpu