hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/sgi-ip27/Platform
....@@ -5,8 +5,6 @@
55 # symmon, 0xc00000000001c000 for production kernels. Note that the value must
66 # be 16kb aligned or the handling of the current variable will break.
77 #
8
-ifdef CONFIG_SGI_IP27
9
-platform-$(CONFIG_SGI_IP27) += sgi-ip27/
108 cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27
119 ifdef CONFIG_MAPPED_KERNEL
1210 load-$(CONFIG_SGI_IP27) += 0xc00000004001c000
....@@ -15,5 +13,4 @@
1513 else
1614 load-$(CONFIG_SGI_IP27) += 0xa80000000001c000
1715 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
18
-endif
1916 endif