]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/config.mk
kbuild: fix CROSS_COMPILE settings in config.mk
[karo-tx-uboot.git] / arch / nds32 / config.mk
index 550f8a440e6dbd44feab981ca587f8d80378c330..0cbc4ad0582d850038c17d02f1798f88c4f16a01 100644 (file)
@@ -8,7 +8,9 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 
-CROSS_COMPILE ?= nds32le-linux-
+ifeq ($(CROSS_COMPILE),)
+CROSS_COMPILE := nds32le-linux-
+endif
 
 CONFIG_STANDALONE_LOAD_ADDR = 0x300000 -T $(srctree)/$(src)/nds32.lds