X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbaseband%2FMakefile;h=91048beca4d9577cf3268df3540639696c23a65d;hb=b6730d93a13ace701d4f53adcdbbd7c50a90cfbd;hp=4ec83b0a00d349aa8c5cc61401a5d41c43fa7bac;hpb=1ef7e1819194dc58d72b5b6d03bfdff59dfecf5a;p=dpdk.git diff --git a/drivers/baseband/Makefile b/drivers/baseband/Makefile index 4ec83b0a00..91048beca4 100644 --- a/drivers/baseband/Makefile +++ b/drivers/baseband/Makefile @@ -10,5 +10,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_NULL) += null DEPDIRS-null = $(core-libs) DIRS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_TURBO_SW) += turbo_sw DEPDIRS-turbo_sw = $(core-libs) +DIRS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC) += fpga_lte_fec +DEPDIRS-fpga_lte_fec = $(core-libs) include $(RTE_SDK)/mk/rte.subdir.mk