oleavr-rgl-a500-mini-linux-.../drivers/net/ethernet/tile/Makefile

11 lines
172 B
Makefile
Raw Normal View History

2022-05-07 01:01:45 +02:00
#
# Makefile for the TILE on-chip networking support.
#
obj-$(CONFIG_TILE_NET) += tile_net.o
ifdef CONFIG_TILEGX
tile_net-y := tilegx.o
else
tile_net-y := tilepro.o
endif