Makefile 566 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for SGI's XP devices.
  4. #
  5. obj-$(CONFIG_SGI_XP) += xp.o
  6. xp-y := xp_main.o
  7. xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
  8. xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
  9. xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
  10. xp-$(CONFIG_X86_64) += xp_uv.o
  11. obj-$(CONFIG_SGI_XP) += xpc.o
  12. xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
  13. xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
  14. xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
  15. xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
  16. xpc-$(CONFIG_X86_64) += xpc_uv.o
  17. obj-$(CONFIG_SGI_XP) += xpnet.o