Fix dpdk march/mtune defaults
[vpp.git] / build-data / packages / dpdk.mk
index f38b82b..f9163c8 100644 (file)
@@ -6,7 +6,7 @@ endif
 
 DPDK_TUNE = $(strip $($(PLATFORM)_mtune))
 ifeq ($(DPDK_TUNE),)
-       DPDK_MARCH="generic"
+       DPDK_TUNE="generic"
 endif
 
 ifneq (,$(findstring debug,$(TAG)))