Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Chris Metcalf | e5a0693 | 2010-11-01 17:00:37 -0400 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the TILE on-chip networking support. |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_TILE_NET) += tile_net.o |
| 7 | ifdef CONFIG_TILEGX |
Chris Metcalf | e3d62d7 | 2012-06-07 10:45:02 +0000 | [diff] [blame] | 8 | tile_net-y := tilegx.o |
Chris Metcalf | e5a0693 | 2010-11-01 17:00:37 -0400 | [diff] [blame] | 9 | else |
Chris Metcalf | e3d62d7 | 2012-06-07 10:45:02 +0000 | [diff] [blame] | 10 | tile_net-y := tilepro.o |
Chris Metcalf | e5a0693 | 2010-11-01 17:00:37 -0400 | [diff] [blame] | 11 | endif |