Sunil Goutham | 4863dea | 2015-05-26 19:20:15 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for Cavium's Thunder ethernet device | ||||
3 | # | ||||
4 | |||||
Sunil Goutham | 6465859 | 2016-08-12 16:51:33 +0530 | [diff] [blame^] | 5 | obj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o |
Sunil Goutham | 4863dea | 2015-05-26 19:20:15 -0700 | [diff] [blame] | 6 | obj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o |
7 | obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o | ||||
8 | obj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o | ||||
9 | |||||
10 | nicpf-y := nic_main.o | ||||
11 | nicvf-y := nicvf_main.o nicvf_queues.o | ||||
12 | nicvf-y += nicvf_ethtool.o |