diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-15 19:40:55 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 21:20:13 +0000 |
commit | 092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch) | |
tree | 98ec96946eeb2ae709cb0528cc6998e21bb9b290 /tools/Makefile | |
parent | 17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff) | |
download | rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip |
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets
Change-Id: I7980523785d2596e65c06430f4638eec74a06061
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tools/Makefile b/tools/Makefile index 953577b6d1..d63be9e919 100644 --- a/tools/Makefile +++ b/tools/Makefile | |||
@@ -10,11 +10,11 @@ LDFLAGS := -g | |||
10 | 10 | ||
11 | .PHONY: rbspeexenc uclpack | 11 | .PHONY: rbspeexenc uclpack |
12 | 12 | ||
13 | CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ | 13 | CLEANALL := scramble descramble iriver bmp2rb rdf2binary convbdf \ |
14 | generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat lngdump \ | 14 | generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat lngdump \ |
15 | telechips gigabeats creative hmac-sha1 rbspeexenc mkzenboot mk500boot convttf | 15 | telechips gigabeats creative hmac-sha1 rbspeexenc mkzenboot mk500boot convttf |
16 | 16 | ||
17 | all: scramble descramble sh2d rdf2binary mkboot mkzenboot convbdf codepages \ | 17 | all: scramble descramble rdf2binary mkboot mkzenboot convbdf codepages \ |
18 | uclpack rbspeexenc voicefont mk500boot | 18 | uclpack rbspeexenc voicefont mk500boot |
19 | 19 | ||
20 | scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o \ | 20 | scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o \ |
@@ -36,8 +36,6 @@ iaudio_bl_flash.o: iaudio_bl_flash.c iaudio_bl_flash.h | |||
36 | iaudio_bl_flash.c iaudio_bl_flash.h: iaudio_bl_flash.bmp bmp2rb | 36 | iaudio_bl_flash.c iaudio_bl_flash.h: iaudio_bl_flash.bmp bmp2rb |
37 | $(SILENT)./bmp2rb -f 7 -h . $< >iaudio_bl_flash.c | 37 | $(SILENT)./bmp2rb -f 7 -h . $< >iaudio_bl_flash.c |
38 | 38 | ||
39 | sh2d: sh2d.c | ||
40 | |||
41 | bmp2rb: bmp2rb.c | 39 | bmp2rb: bmp2rb.c |
42 | $(SILENT)$(CC) -DAPPLICATION_NAME=\"$@\" $(CFLAGS) $+ -o $@ | 40 | $(SILENT)$(CC) -DAPPLICATION_NAME=\"$@\" $(CFLAGS) $+ -o $@ |
43 | 41 | ||
@@ -78,10 +76,6 @@ convbdf: convbdf.c | |||
78 | codepages: codepages.c codepage_tables.c | 76 | codepages: codepages.c codepage_tables.c |
79 | $(SILENT)$(CC) $(CFLAGS) $+ -o $@ | 77 | $(SILENT)$(CC) $(CFLAGS) $+ -o $@ |
80 | 78 | ||
81 | player_unifont: player_unifont.c ../firmware/drivers/lcd-charset-player.c | ||
82 | $(SILENT)$(CC) -DARCHOS_PLAYER -D__PCTOOL__ -I../firmware/export $+ \ | ||
83 | -o $@ | ||
84 | |||
85 | uclpack: | 79 | uclpack: |
86 | $(SILENT)$(MAKE) -C ucl | 80 | $(SILENT)$(MAKE) -C ucl |
87 | 81 | ||