X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbaseband%2FMakefile;h=91048beca4d9577cf3268df3540639696c23a65d;hb=6124ad4b86869f871ad3488ff3dedaf21a158fd7;hp=ceffc7d494e1dc8711f4376acb3412c25c25bba8;hpb=a5fb66997f04d06f76c5b1603413b27c29711068;p=dpdk.git diff --git a/drivers/baseband/Makefile b/drivers/baseband/Makefile index ceffc7d494..91048beca4 100644 --- a/drivers/baseband/Makefile +++ b/drivers/baseband/Makefile @@ -10,7 +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_FPGA_LTE_FEC) += fpga_lte_fec +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