mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
This commit is contained in:
parent
17f7cc92c2
commit
092c340a20
384 changed files with 648 additions and 43225 deletions
|
|
@ -40,10 +40,6 @@ $(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c
|
|||
$(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \
|
||||
`freetype-config --libs` `freetype-config --cflags`
|
||||
|
||||
$(TOOLSDIR)/player_unifont: $(TOOLSDIR)/player_unifont.c $(ROOTDIR)/firmware/drivers/lcd-charset-player.c
|
||||
$(call PRINTS,CC $(@F))
|
||||
$(SILENT)$(HOSTCC) $(TOOLSFLAGS) -DARCHOS_PLAYER -D__PCTOOL__ -I$(ROOTDIR)/firmware/export -I. $+ -o $@
|
||||
|
||||
# implicit rule for simple tools
|
||||
$(TOOLSDIR)/%: $(TOOLSDIR)/%.c
|
||||
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$@))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue