]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/atlantic/Makefile
net/atlantic: add hardware registers access routines
[dpdk.git] / drivers / net / atlantic / Makefile
index e42ce5b178ab7ac06f4f7422c9b5a08dfe6d04c6..8613ced71732e8555c044f2e10f3a08565173400 100644 (file)
@@ -23,5 +23,6 @@ LDLIBS += -lrte_bus_pci
 # all source are stored in SRCS-y
 #
 SRCS-$(CONFIG_RTE_LIBRTE_ATLANTIC_PMD) += atl_ethdev.c
+SRCS-$(CONFIG_RTE_LIBRTE_ATLANTIC_PMD) += atl_hw_regs.c
 
 include $(RTE_SDK)/mk/rte.lib.mk