blob: 0ef9eefd32110560be6a51c141154aed71e758cc [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
Chris Metcalfe3d62d72012-06-07 10:45:02 +00007tile_net-y := tilegx.o
Chris Metcalfe5a06932010-11-01 17:00:37 -04008else
Chris Metcalfe3d62d72012-06-07 10:45:02 +00009tile_net-y := tilepro.o
Chris Metcalfe5a06932010-11-01 17:00:37 -040010endif