X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Favr32%2Fconfig.mk;h=28a371c806449afc9da1c035ac098ce82ddc2920;hb=05d134b084590684bcf4d832c0035952727b7cd9;hp=b9b96313c5f4b4358783fdd62dda17b069655eda;hpb=f763be224fa78893384416734419d8e052c1c5ef;p=karo-tx-uboot.git diff --git a/arch/avr32/config.mk b/arch/avr32/config.mk index b9b96313c5..28a371c806 100644 --- a/arch/avr32/config.mk +++ b/arch/avr32/config.mk @@ -5,7 +5,10 @@ # SPDX-License-Identifier: GPL-2.0+ # -CROSS_COMPILE ?= avr32-linux- +ifeq ($(CROSS_COMPILE),) +CROSS_COMPILE := avr32-linux- +endif + PLATFORM_CPPFLAGS += -DCONFIG_AVR32 CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000