Makefile 172 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-y := tilegx.o
  7. else
  8. tile_net-y := tilepro.o
  9. endif