forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/misc/sgi-xp/Makefile
....@@ -4,17 +4,10 @@
44 #
55
66 obj-$(CONFIG_SGI_XP) += xp.o
7
-xp-y := xp_main.o
8
-xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
9
-xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
10
-xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
11
-xp-$(CONFIG_X86_64) += xp_uv.o
7
+xp-y := xp_main.o xp_uv.o
128
139 obj-$(CONFIG_SGI_XP) += xpc.o
14
-xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
15
-xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
16
-xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
17
-xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
18
-xpc-$(CONFIG_X86_64) += xpc_uv.o
10
+xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \
11
+ xpc_uv.o
1912
2013 obj-$(CONFIG_SGI_XP) += xpnet.o