|
@@ -2,7 +2,9 @@
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
# 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/
|
|
libs-y += arch/mips/lib/
|