Makefile 269 B

12345678910111213
  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 xp_uv.o
  7. obj-$(CONFIG_SGI_XP) += xpc.o
  8. xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \
  9. xpc_uv.o
  10. obj-$(CONFIG_SGI_XP) += xpnet.o