forked from Minki/linux
9 lines
187 B
Makefile
9 lines
187 B
Makefile
|
obj-$(CONFIG_NFP_NETVF) += nfp_netvf.o
|
||
|
|
||
|
nfp_netvf-objs := \
|
||
|
nfp_net_common.o \
|
||
|
nfp_net_ethtool.o \
|
||
|
nfp_netvf_main.o
|
||
|
|
||
|
nfp_netvf-$(CONFIG_NFP_NET_DEBUG) += nfp_net_debugfs.o
|