]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pipeline/Makefile
acl: add function to check build input parameters
[dpdk.git] / app / test-pipeline / Makefile
index aa6df0cf46d564773c839ba38f3aad1866df66ae..4bab6dc6c4878e73c76b92d844db3d254ba4e573 100644 (file)
@@ -1,6 +1,6 @@
 #   BSD LICENSE
 #
-#   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+#   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
 #   All rights reserved.
 #
 #   Redistribution and use in source and binary forms, with or without
@@ -57,7 +57,7 @@ SRCS-y += pipeline_lpm_ipv6.c
 SRCS-$(CONFIG_RTE_LIBRTE_ACL) += pipeline_acl.c
 
 # this application needs libraries first
-DEPDIRS-y += lib
+DEPDIRS-y += lib drivers
 
 include $(RTE_SDK)/mk/rte.app.mk