From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 777931B427 for ; Tue, 25 Dec 2018 08:37:49 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wBP7blrt029303; Tue, 25 Dec 2018 16:37:47 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id C753BEA74AC; Tue, 25 Dec 2018 16:37:47 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id AF20AEA7D07; Tue, 25 Dec 2018 16:37:47 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Tue, 25 Dec 2018 16:35:34 +0900 Message-Id: <1545723335-3547-4-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1545723335-3547-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1545723335-3547-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 3/4] spp_nfv: update makefile X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2018 07:37:50 -0000 From: Yasufumi Ogawa Update Makefile for the change of file structure of previous change. Signed-off-by: Yasufumi Ogawa --- src/nfv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nfv/Makefile b/src/nfv/Makefile index 2d3ffed..d6884c5 100644 --- a/src/nfv/Makefile +++ b/src/nfv/Makefile @@ -12,7 +12,7 @@ include $(RTE_SDK)/mk/rte.vars.mk APP = spp_nfv # all source are stored in SRCS-y -SRCS-y := nfv.c ../shared/common.c +SRCS-y := main.c ../shared/common.c CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += $(WERROR_FLAGS) -O3 -MMD -- 2.7.4