]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
parisc: Fix init_task fallout
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 May 2012 09:28:13 +0000 (11:28 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 7 May 2012 09:38:46 +0000 (11:38 +0200)
Forgot to remove the objects from the Makefiles.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/parisc/Makefile
arch/parisc/kernel/Makefile

index 19ab7b2ea1cd6b899531bc528cbf4d91b7fc11f4..dbc3850b1d0dd3ea3a32d94aee31e6f1af2496ec 100644 (file)
@@ -75,7 +75,7 @@ head-y                        := arch/parisc/kernel/head.o
 
 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))
index 67db0722e6ca8d4e3c0e323e24ee137325e48c73..66ee3f12df5880db00852baad257c9ad895d11a4 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for arch/parisc/kernel
 #
 
-extra-y                        := init_task.o head.o vmlinux.lds
+extra-y                        := head.o vmlinux.lds
 
 obj-y          := cache.o pacache.o setup.o traps.o time.o irq.o \
                   pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \