Skip to content

Commit

Permalink
powerpc: remove old vector.S files
Browse files Browse the repository at this point in the history
Update old kernel/Makefiles to cope

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Sep 30, 2005
1 parent d1dead5 commit dcff1b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 389 deletions.
1 change: 1 addition & 0 deletions arch/ppc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ endif

# These are here while we do the architecture merge
vecemu-y += ../../powerpc/kernel/vecemu.o
vector-y += ../../powerpc/kernel/vector.o

else
obj-y := entry.o irq.o idle.o time.o misc.o \
Expand Down
217 changes: 0 additions & 217 deletions arch/ppc/kernel/vector.S

This file was deleted.

1 change: 1 addition & 0 deletions arch/ppc64/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ endif

# These are here while we do the architecture merge
vecemu-y += ../../powerpc/kernel/vecemu.o
vector-y += ../../powerpc/kernel/vector.o
Loading

0 comments on commit dcff1b1

Please sign in to comment.