uml: throw out CONFIG_MODE_TT
[deliverable/linux.git] / arch / um / Makefile-i386
index 60107ed4905b4ee4f3d31504779d1f370b324a5d..ae61e3c271e294695c395e9c9bb52ba7509a2b11 100644 (file)
@@ -2,11 +2,7 @@ core-y += arch/um/sys-i386/ arch/x86/crypto/
 
 TOP_ADDR := $(CONFIG_TOP_ADDR)
 
-ifeq ($(CONFIG_MODE_SKAS),y)
-  ifneq ($(CONFIG_MODE_TT),y)
-     START := 0x8048000
-  endif
-endif
+START := 0x8048000
 
 LDFLAGS                        += -m elf_i386
 ELF_ARCH               := $(SUBARCH)
This page took 0.025955 seconds and 5 git commands to generate.