X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fmips%2FMakefile;h=0a9e7e614b2061ee674a91add20888f4e9ee1e5b;hb=8755d50706742e4d302a335f4e69dd6430ec12a2;hp=1907b57229c1486d95e1b3338fb804df5917f7ca;hpb=3bfbf32b6fe5e2d4605bc7ee99d1844b572662c2;p=karo-tx-uboot.git diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 1907b57229..0a9e7e614b 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -2,7 +2,9 @@ # SPDX-License-Identifier: GPL-2.0+ # -head-y := arch/mips/cpu/$(CPU)/start.o +head-$(CONFIG_CPU_MIPS32) := arch/mips/cpu/mips32/start.o +head-$(CONFIG_CPU_MIPS64) := arch/mips/cpu/mips64/start.o -libs-y += arch/mips/cpu/$(CPU)/ +libs-$(CONFIG_CPU_MIPS32) += arch/mips/cpu/mips32/ +libs-$(CONFIG_CPU_MIPS64) += arch/mips/cpu/mips64/ libs-y += arch/mips/lib/