Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Cleanup random differences beween lmo and Linus' kernel.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -2
+2 -2
arch/mips/kernel/Makefile
··· 2 2 # Makefile for the Linux/MIPS kernel. 3 3 # 4 4 5 - CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) 6 - 7 5 extra-y := head.o init_task.o vmlinux.lds 8 6 9 7 obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ ··· 101 103 obj-$(CONFIG_MIPS_CPUFREQ) += cpufreq/ 102 104 103 105 EXTRA_CFLAGS += -Werror 106 + 107 + CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)