]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_port/Makefile
port: hierarchical scheduler
[dpdk.git] / lib / librte_port / Makefile
index aee7d88f6555bd95ac3c6c9e98161b408fef6ccf..a10421672eabebf0dd91e849a3ba1887880d8b13 100644 (file)
@@ -50,6 +50,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_frag.c
 endif
 SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_ras.c
 endif
+SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_sched.c
 
 # install includes
 SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port.h
@@ -61,6 +62,7 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_frag.h
 endif
 SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_ras.h
 endif
+SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_sched.h
 
 # this lib depends upon:
 DEPDIRS-$(CONFIG_RTE_LIBRTE_PORT) := lib/librte_eal