X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2FMakefile;fp=app%2Ftest-pmd%2FMakefile;h=72426f314964ae02605be8cd91d0c6ed3d1022da;hb=980ed498eb1dd0dc671e6796cbc9d3138250d0d9;hp=dcf26f4cfac0c77c77d22e9b863cfd3d17059a3f;hpb=641a81b2744ec9ba77ae5bac70023911ffc40297;p=dpdk.git diff --git a/app/test-pmd/Makefile b/app/test-pmd/Makefile index dcf26f4cfa..72426f3149 100644 --- a/app/test-pmd/Makefile +++ b/app/test-pmd/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 @@ -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