]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/at91/config.mk
Reduce build times
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / at91 / config.mk
index 19296fdba2a462ce135ab0a168260982898ae3f2..370630d4de08192b8615298d7b39079d6c8d3d68 100644 (file)
@@ -1 +1,2 @@
-PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
+PF_CPPFLAGS_TUNE := $(call cc-option,-mtune=arm926ejs,)
+PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_TUNE)