blob: f634f142cab417b48e846de6a464032ee858733c [file] [log] [blame]
Chris Metcalfe5a06932010-11-01 17:00:37 -04001#
2# Makefile for the TILE on-chip networking support.
3#
4
5obj-$(CONFIG_TILE_NET) += tile_net.o
6ifdef CONFIG_TILEGX
7tile_net-objs := tilegx.o mpipe.o iorpc_mpipe.o dma_queue.o
8else
9tile_net-objs := tilepro.o
10endif