X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_port%2FMakefile;h=a10421672eabebf0dd91e849a3ba1887880d8b13;hb=8dceb6aa6ecf;hp=aee7d88f6555bd95ac3c6c9e98161b408fef6ccf;hpb=31987388cef2a48faddf36935ec391d292e373ea;p=dpdk.git diff --git a/lib/librte_port/Makefile b/lib/librte_port/Makefile index aee7d88f65..a10421672e 100644 --- a/lib/librte_port/Makefile +++ b/lib/librte_port/Makefile @@ -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