Skip to content

Commit

Permalink
sh: rename arch/sh/boot/compressed/misc_32.c -> misc.c
Browse files Browse the repository at this point in the history
This is now used by both sh64 and regular sh, kill off the old sh64
version now too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 11, 2009
1 parent b14c6d4 commit 59f0029
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 111 deletions.
4 changes: 2 additions & 2 deletions arch/sh/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

targets := vmlinux vmlinux.bin vmlinux.bin.gz \
vmlinux.bin.bz2 vmlinux.bin.lzma \
head_$(BITS).o misc_$(BITS).o piggy.o
head_$(BITS).o misc.o piggy.o

OBJECTS = $(obj)/head_$(BITS).o $(obj)/misc_$(BITS).o $(obj)/cache.o
OBJECTS = $(obj)/head_$(BITS).o $(obj)/misc.o $(obj)/cache.o

ifdef CONFIG_SH_STANDARD_BIOS
OBJECTS += $(obj)/../../kernel/sh_bios.o
Expand Down
File renamed without changes.
109 changes: 0 additions & 109 deletions arch/sh/boot/compressed/misc_64.c

This file was deleted.

0 comments on commit 59f0029

Please sign in to comment.