diff options
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index e96122159928..eecd2a9f155c 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -2,6 +2,8 @@ | |||
2 | # Makefile for the Linux/MIPS kernel. | 2 | # Makefile for the Linux/MIPS kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) | ||
6 | |||
5 | extra-y := head.o init_task.o vmlinux.lds | 7 | extra-y := head.o init_task.o vmlinux.lds |
6 | 8 | ||
7 | obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ | 9 | obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ |