- be gentle to syntax highlighting

This commit is contained in:
Bernhard Reutner-Fischer 2009-01-27 18:54:41 +00:00
parent dd76b79962
commit a7542dd619

View File

@ -168,6 +168,7 @@ ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := $(shell grep ^CONFIG_CROSS_COMPILER_PREFIX .config 2>/dev/null)
CROSS_COMPILE := $(subst CONFIG_CROSS_COMPILER_PREFIX=,,$(CROSS_COMPILE))
CROSS_COMPILE := $(subst ",,$(CROSS_COMPILE))
#")
endif
# SUBARCH tells the usermode build what the underlying arch is. That is set