]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm_intcm/config.mk
Reduce build times
[karo-tx-uboot.git] / arch / arm / cpu / arm_intcm / config.mk
index e783f697a10f2337e825ba65cf9357f8d9a623ba..c2354ba4e9e548865f7d70b3f78301f12f186f72 100644 (file)
@@ -29,4 +29,5 @@ PLATFORM_CPPFLAGS +=  -march=armv4
 # Supply options according to compiler version
 #
 # =========================================================================
-PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)