]> err.no Git - linux-2.6/blobdiff - arch/um/Makefile-i386
pci: allow multiple calls to pcim_enable_device()
[linux-2.6] / arch / um / Makefile-i386
index 08433f85189cee83ad6445dcfdac2a66bcd39524..561e373bd8500f1f07ed4cc52b203dc903585f70 100644 (file)
@@ -22,13 +22,8 @@ export LDFLAGS HOSTCFLAGS HOSTLDFLAGS UML_OBJCOPYFLAGS
 endif
 endif
 
-CFLAGS                 += -DCONFIG_X86_32
-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/i386/Makefile.cpu
+include $(srctree)/arch/x86/Makefile_32.cpu
 
 # prevent gcc from keeping the stack 16 byte aligned. Taken from i386.
 cflags-y += $(call cc-option,-mpreferred-stack-boundary=2)