X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pipeline%2FMakefile;h=4bab6dc6c4878e73c76b92d844db3d254ba4e573;hb=dd0eedb1cfcf0cb7423d859177c5bc6f931eaf8a;hp=aa6df0cf46d564773c839ba38f3aad1866df66ae;hpb=eced116610312ef0d500ae24fb96e1d919b82cc3;p=dpdk.git diff --git a/app/test-pipeline/Makefile b/app/test-pipeline/Makefile index aa6df0cf46..4bab6dc6c4 100644 --- a/app/test-pipeline/Makefile +++ b/app/test-pipeline/Makefile @@ -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