summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/Makefile
diff options
context:
space:
mode:
authorJakub Kicinski2017-02-09 18:17:29 +0100
committerDavid S. Miller2017-02-10 21:52:25 +0100
commit4cb584e0ee7df70fd0376aee60cf701855ea8c81 (patch)
tree9f114b0d0ffe19e733eb107132ac258be7d39173 /drivers/net/ethernet/netronome/nfp/Makefile
parentnfp: rename the driver and add new main file (diff)
downloadkernel-qcow2-linux-4cb584e0ee7df70fd0376aee60cf701855ea8c81.tar.gz
kernel-qcow2-linux-4cb584e0ee7df70fd0376aee60cf701855ea8c81.tar.xz
kernel-qcow2-linux-4cb584e0ee7df70fd0376aee60cf701855ea8c81.zip
nfp: add CPP access core
Command Push Pull is the name of NFP's network on a chip. PCIe PF can access the interconnect through a number of mappings controlled via Base Access Registers. BARs allow the PF to issue pretty much any command or address any memory on the chip. Add appropriate logic and a handful of helper for simple operations like reading scalars from memories. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/netronome/nfp/Makefile')
-rw-r--r--drivers/net/ethernet/netronome/nfp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/netronome/nfp/Makefile b/drivers/net/ethernet/netronome/nfp/Makefile
index 1103cb498323..fb9dadf9236d 100644
--- a/drivers/net/ethernet/netronome/nfp/Makefile
+++ b/drivers/net/ethernet/netronome/nfp/Makefile
@@ -1,6 +1,10 @@
obj-$(CONFIG_NFP) += nfp.o
nfp-objs := \
+ nfpcore/nfp6000_pcie.o \
+ nfpcore/nfp_cppcore.o \
+ nfpcore/nfp_cpplib.o \
+ nfpcore/nfp_target.o \
nfp_main.o \
nfp_net_common.o \
nfp_net_ethtool.o \