X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest-pmd%2FMakefile;h=72426f314964ae02605be8cd91d0c6ed3d1022da;hb=58298a4e7b4cd14a78a85c4f4a297c37446f6a2e;hp=dcf26f4cfac0c77c77d22e9b863cfd3d17059a3f;hpb=eced116610312ef0d500ae24fb96e1d919b82cc3;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