]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/net/ethernet/tile/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.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