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


                                    
                                    
                                  
                        

                               
                               

                            
                              
             



                                
                                            
obj-$(CONFIG_NFP)	+= nfp.o

nfp-objs := \
	    nfpcore/nfp6000_pcie.o \
	    nfpcore/nfp_cppcore.o \
	    nfpcore/nfp_cpplib.o \
	    nfpcore/nfp_resource.o \
	    nfpcore/nfp_target.o \
	    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