diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-07 05:28:13 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-07 05:38:46 -0400 |
commit | 481f93b67b44c762c0a34c4295837f633e869b1a (patch) | |
tree | 4500626d710b429d365808fe2af1eb2b4525d671 /arch/parisc/Makefile | |
parent | a6359d1eec43d1fd6ffbac958149844873e0084f (diff) |
parisc: Fix init_task fallout
Forgot to remove the objects from the Makefiles.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/parisc/Makefile')
-rw-r--r-- | arch/parisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 19ab7b2ea1cd..dbc3850b1d0d 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile | |||
@@ -75,7 +75,7 @@ head-y := arch/parisc/kernel/head.o | |||
75 | 75 | ||
76 | KBUILD_CFLAGS += $(cflags-y) | 76 | KBUILD_CFLAGS += $(cflags-y) |
77 | 77 | ||
78 | kernel-y := mm/ kernel/ math-emu/ kernel/init_task.o | 78 | kernel-y := mm/ kernel/ math-emu/ |
79 | kernel-$(CONFIG_HPUX) += hpux/ | 79 | kernel-$(CONFIG_HPUX) += hpux/ |
80 | 80 | ||
81 | core-y += $(addprefix arch/parisc/, $(kernel-y)) | 81 | core-y += $(addprefix arch/parisc/, $(kernel-y)) |