diff options
Diffstat (limited to 'arch/mips/dec/prom/Makefile')
| -rw-r--r-- | arch/mips/dec/prom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/dec/prom/Makefile b/arch/mips/dec/prom/Makefile index 064ae7a76bdc..2bad87551203 100644 --- a/arch/mips/dec/prom/Makefile +++ b/arch/mips/dec/prom/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the DECstation prom monitor library routines # under Linux. @@ -5,5 +6,4 @@ lib-y += init.o memory.o cmdline.o identify.o console.o -lib-$(CONFIG_32BIT) += locore.o -lib-$(CONFIG_64BIT) += call_o32.o +lib-$(CONFIG_CPU_R3000) += locore.o |
