Makefile 221 B

1234567891011
  1. #
  2. # Makefile for SGI's XP devices.
  3. #
  4. obj-$(CONFIG_SGI_XP) += xp.o
  5. xp-y := xp_main.o xp_nofault.o
  6. obj-$(CONFIG_SGI_XP) += xpc.o
  7. xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
  8. obj-$(CONFIG_SGI_XP) += xpnet.o