]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/Makefile
eal/linux: remove useless casts in hugepage init
[dpdk.git] / app / test-pmd / Makefile
index dcf26f4cfac0c77c77d22e9b863cfd3d17059a3f..72426f314964ae02605be8cd91d0c6ed3d1022da 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
@@ -66,7 +66,7 @@ endif
 CFLAGS_cmdline.o := -D_GNU_SOURCE
 
 # this application needs libraries first
-DEPDIRS-y += lib
+DEPDIRS-y += lib drivers
 
 include $(RTE_SDK)/mk/rte.app.mk