blob: 6b4d4add7353fa320cde9405bc92acc8412ebaea [file] [log] [blame]
Sunil Goutham4863dea2015-05-26 19:20:15 -07001#
2# Makefile for Cavium's Thunder ethernet device
3#
4
Sunil Goutham64658592016-08-12 16:51:33 +05305obj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o
Sunil Goutham4863dea2015-05-26 19:20:15 -07006obj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o
7obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o
8obj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o
9
10nicpf-y := nic_main.o
11nicvf-y := nicvf_main.o nicvf_queues.o
12nicvf-y += nicvf_ethtool.o