blob: 3d0ae1f07fc97c597d9cf6b4f1b2e84566d8170c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Chris Metcalfe5a06932010-11-01 17:00:37 -04002#
3# Makefile for the TILE on-chip networking support.
4#
5
6obj-$(CONFIG_TILE_NET) += tile_net.o
7ifdef CONFIG_TILEGX
Chris Metcalfe3d62d72012-06-07 10:45:02 +00008tile_net-y := tilegx.o
Chris Metcalfe5a06932010-11-01 17:00:37 -04009else
Chris Metcalfe3d62d72012-06-07 10:45:02 +000010tile_net-y := tilepro.o
Chris Metcalfe5a06932010-11-01 17:00:37 -040011endif