mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
MIPS: Cleanup random differences beween lmo and Linus' kernel.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a4609780c9
commit
cf72e9470d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
# Makefile for the Linux/MIPS kernel.
|
# Makefile for the Linux/MIPS kernel.
|
||||||
#
|
#
|
||||||
|
|
||||||
CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)
|
|
||||||
|
|
||||||
extra-y := head.o init_task.o vmlinux.lds
|
extra-y := head.o init_task.o vmlinux.lds
|
||||||
|
|
||||||
obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \
|
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/
|
obj-$(CONFIG_MIPS_CPUFREQ) += cpufreq/
|
||||||
|
|
||||||
EXTRA_CFLAGS += -Werror
|
EXTRA_CFLAGS += -Werror
|
||||||
|
|
||||||
|
CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue