]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/net/ethernet/tile/Makefile
mlx4: In RoCE allow guests to have multiple GIDS
[mirror_ubuntu-artful-kernel.git] / drivers / net / ethernet / tile / Makefile
CommitLineData
e5a06939
CM
1#
2# Makefile for the TILE on-chip networking support.
3#
4
5obj-$(CONFIG_TILE_NET) += tile_net.o
6ifdef CONFIG_TILEGX
e3d62d7e 7tile_net-y := tilegx.o
e5a06939 8else
e3d62d7e 9tile_net-y := tilepro.o
e5a06939 10endif