Skip to content

Commit

Permalink
powerpc: consolidate cputable.c
Browse files Browse the repository at this point in the history
Also simplify arch/ppc64/kernel/Makefile

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Oct 12, 2005
1 parent 7e130ed commit 4920960
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 438 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CFLAGS_prom_init.o += -fPIC
CFLAGS_btext.o += -fPIC
endif

obj-y := semaphore.o
obj-y := semaphore.o cputable.o
obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o
obj-$(CONFIG_POWER4) += idle_power4.o

Expand Down
Loading

0 comments on commit 4920960

Please sign in to comment.