Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwess...
[linux-2.6-microblaze.git] / drivers / net / ethernet / tile / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the TILE on-chip networking support.
4 #
5
6 obj-$(CONFIG_TILE_NET) += tile_net.o
7 ifdef CONFIG_TILEGX
8 tile_net-y := tilegx.o
9 else
10 tile_net-y := tilepro.o
11 endif