commit | 481f93b67b44c762c0a34c4295837f633e869b1a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon May 07 11:28:13 2012 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon May 07 11:38:46 2012 +0200 |
tree | 4500626d710b429d365808fe2af1eb2b4525d671 | |
parent | a6359d1eec43d1fd6ffbac958149844873e0084f [diff] [blame] |
parisc: Fix init_task fallout Forgot to remove the objects from the Makefiles. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 19ab7b2..dbc3850 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile
@@ -75,7 +75,7 @@ KBUILD_CFLAGS += $(cflags-y) -kernel-y := mm/ kernel/ math-emu/ kernel/init_task.o +kernel-y := mm/ kernel/ math-emu/ kernel-$(CONFIG_HPUX) += hpux/ core-y += $(addprefix arch/parisc/, $(kernel-y))