X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2FMakefile;h=6cb6466c54085928a7e3eca224b379c5afdc74b0;hb=f37dfab21c988d2d0ecb3c82be4ba9738c7e51c7;hp=1e5b281c45dd5774357fd6efe1cabe9b91a45947;hpb=7e7df6d0a41d715d468f8627da3c6d8501589b51;p=dpdk.git diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile index 1e5b281c45..6cb6466c54 100644 --- a/drivers/bus/Makefile +++ b/drivers/bus/Makefile @@ -1,7 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2016 NXP. All rights reserved. -# All rights reserved. +# Copyright 2016 NXP. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -33,6 +32,9 @@ include $(RTE_SDK)/mk/rte.vars.mk core-libs := librte_eal librte_mbuf librte_mempool librte_ring librte_ether +DIRS-$(CONFIG_RTE_LIBRTE_DPAA_BUS) += dpaa +DEPDIRS-dpaa = $(core-libs) + DIRS-$(CONFIG_RTE_LIBRTE_FSLMC_BUS) += fslmc DEPDIRS-fslmc = $(core-libs)