diff options
Diffstat (limited to 'arch/mips/mach-mscc/Makefile')
-rw-r--r-- | arch/mips/mach-mscc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/Makefile b/arch/mips/mach-mscc/Makefile index d14ec33838..6c60f26ca4 100644 --- a/arch/mips/mach-mscc/Makefile +++ b/arch/mips/mach-mscc/Makefile @@ -3,3 +3,4 @@ CFLAGS_cpu.o += -finline-limit=64000 obj-y += cpu.o dram.o reset.o lowlevel_init.o +obj-$(CONFIG_SOC_LUTON) += lowlevel_init_luton.o |