Makefile 212 B

1234567891011
  1. #
  2. # Makefile for the TILE on-chip networking support.
  3. #
  4. obj-$(CONFIG_TILE_NET) += tile_net.o
  5. ifdef CONFIG_TILEGX
  6. tile_net-objs := tilegx.o mpipe.o iorpc_mpipe.o dma_queue.o
  7. else
  8. tile_net-objs := tilepro.o
  9. endif