From: Ralf Baechle Date: Thu, 17 Dec 2009 01:57:36 +0000 (+0000) Subject: MIPS: Cleanup random differences beween lmo and Linus' kernel. X-Git-Tag: Ubuntu-5.10.0-12.13~30080^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cf72e9470dc071c395f7895b5cb9418dca27d07d;p=mirror_ubuntu-hirsute-kernel.git MIPS: Cleanup random differences beween lmo and Linus' kernel. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 8dda21463226..9326af5186fe 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -2,8 +2,6 @@ # Makefile for the Linux/MIPS kernel. # -CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) - extra-y := head.o init_task.o vmlinux.lds obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ @@ -103,3 +101,5 @@ obj-$(CONFIG_HAVE_STD_PC_SERIAL_PORT) += 8250-platform.o obj-$(CONFIG_MIPS_CPUFREQ) += cpufreq/ EXTRA_CFLAGS += -Werror + +CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)