Skip to content

Commit

Permalink
MIPS: Cleanup random differences beween lmo and Linus' kernel.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Dec 17, 2009
1 parent a460978 commit cf72e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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)

0 comments on commit cf72e94

Please sign in to comment.