VPP-355: add PBB (802.1ah) tag rewrite
[vpp.git] / build-root / Makefile
index a60cbf0..97fb43d 100644 (file)
@@ -220,6 +220,11 @@ else
 endif
 export MARCH
 
+MTUNE = $(strip $($(PLATFORM)_mtune))
+ifeq ($(MTUNE),)
+  MTUNE = generic
+endif
+
 ######################################################################
 # Generic build stuff
 ######################################################################