Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / net / ethernet / tile / Makefile
blob3d0ae1f07fc97c597d9cf6b4f1b2e84566d8170c
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the TILE on-chip networking support.
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