1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the TILE on-chip networking support. 4# 5 6obj-$(CONFIG_TILE_NET) += tile_net.o 7ifdef CONFIG_TILEGX 8tile_net-y := tilegx.o 9else 10tile_net-y := tilepro.o 11endif 12