Skip to content

Commit

Permalink
parisc: Fix init_task fallout
Browse files Browse the repository at this point in the history
Forgot to remove the objects from the Makefiles.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed May 7, 2012
1 parent a6359d1 commit 481f93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion arch/parisc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 481f93b

Please sign in to comment.