From a4004748ce9b5235e0cc902db9dbd710a6422be5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 17 Dec 2009 01:57:36 +0000 Subject: [PATCH] --- yaml --- r: 177921 b: refs/heads/master c: cf72e9470dc071c395f7895b5cb9418dca27d07d h: refs/heads/master i: 177919: 9c7efbf930ff8fb33a71613e08ae1e2a30709850 v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0519d21d9003..d5cd228a3db9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a4609780c9acd291becfc5e81b08485f92803886 +refs/heads/master: cf72e9470dc071c395f7895b5cb9418dca27d07d diff --git a/trunk/arch/mips/kernel/Makefile b/trunk/arch/mips/kernel/Makefile index 8dda21463226..9326af5186fe 100644 --- a/trunk/arch/mips/kernel/Makefile +++ b/trunk/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)