X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fl3fwd-power%2FMakefile;h=d7e39a34398f639edf8acdb828ec1002ffcab6a2;hb=308b514b8e8f712e5df1aa40b6bbd8958dc5e6b4;hp=f2fe7463bc0cee0a060954c01a6c20ce75e8ca54;hpb=ed3077c16557e40e1967bed146eed3023b6cea5f;p=dpdk.git diff --git a/examples/l3fwd-power/Makefile b/examples/l3fwd-power/Makefile index f2fe7463bc..d7e39a3439 100644 --- a/examples/l3fwd-power/Makefile +++ b/examples/l3fwd-power/Makefile @@ -1,11 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2010-2014 Intel Corporation +# Copyright(c) 2010-2018 Intel Corporation # binary name APP = l3fwd-power # all source are stored in SRCS-y -SRCS-y := main.c +SRCS-y := main.c perf_core.c # Build using pkg-config variables if possible $(shell pkg-config --exists libdpdk)