Fix dpdk march/mtune defaults

Change-Id: I6e6940c8467a331b37da153bb8a2154c1d165261
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2016-05-27 10:17:45 +02:00
parent f747cd8b9b
commit 68c69d8967

View 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)))