Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf72e947 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent a4609780
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)