aboutsummaryrefslogtreecommitdiffstats
path: root/src/dpdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk/Makefile')
-rwxr-xr-xsrc/dpdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index 1a1521db..0a4b9724 100755
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -54,7 +54,7 @@ ifeq ($(DPDK_TAG_MAJOR),v2)
else
DPDK_TARGET = x86_64-native-linuxapp-gcc
CONFIG_FILE_BASE = $(WORK_DIR)/config/common_base
- CONFIG_FILE_LINUXAPP = $(WORK_DIR)/config/common_linuxapp
+ CONFIG_FILE_LINUXAPP = $(WORK_DIR)/config/common_linux
endif
endif