From 45e1c8b78268271b942ab14088c3facda7cc1aa1 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 17 Jan 2017 18:16:19 +0100 Subject: [PATCH] examples/ip_pipeline: remove useless makefile line A dollar sign is missing and it is not needed because of VPATH. Reported-by: Ilya V. Matveychikov Suggested-by: Ferruh Yigit Signed-off-by: Thomas Monjalon --- examples/ip_pipeline/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/ip_pipeline/Makefile b/examples/ip_pipeline/Makefile index 5827117349..dc7e0ddd79 100644 --- a/examples/ip_pipeline/Makefile +++ b/examples/ip_pipeline/Makefile @@ -36,8 +36,6 @@ endif # Default target, can be overridden by command line or environment RTE_TARGET ?= x86_64-native-linuxapp-gcc -DIRS-(CONFIG_RTE_LIBRTE_PIPELINE) += pipeline - include $(RTE_SDK)/mk/rte.vars.mk # binary name -- 2.20.1