summaryrefslogblamecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/Makefile
blob: 1103cb498323a2c96ecf75e79480385d307864b9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                
 

                        

                               
                               

                            
                              
             



                                
                                            
obj-$(CONFIG_NFP)	+= nfp.o

nfp-objs := \
	    nfp_main.o \
	    nfp_net_common.o \
	    nfp_net_ethtool.o \
	    nfp_net_offload.o \
	    nfp_netvf_main.o

ifeq ($(CONFIG_BPF_SYSCALL),y)
nfp-objs += \
	    nfp_bpf_verifier.o \
	    nfp_bpf_jit.o
endif

nfp-$(CONFIG_NFP_DEBUG) += nfp_net_debugfs.o