X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=db0cd76ee79732d8f3f5af56d7ad76081568db3b;hb=9bc2cbb007c0a3335c5582357ae9f6d37ea0b654;hp=0467250aabb58353bc7601e55b36d5d5d7fb9333;hpb=89ee1e94bc2d97ccb1ee00c834d81b1a895d0241;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 0467250aab..db0cd76ee7 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -39,6 +39,6 @@ DEPDIRS-net := bus mempool DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto DEPDIRS-crypto := bus mempool DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event -DEPDIRS-event := bus mempool +DEPDIRS-event := bus mempool net include $(RTE_SDK)/mk/rte.subdir.mk