mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -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
|
|
@ -16,15 +16,8 @@ GOBAN_OBJ := $(call c2obj, $(GOBAN_SRC))
|
|||
OTHER_SRC += $(GOBAN_SRC)
|
||||
|
||||
ifndef APP_TYPE
|
||||
ifneq (,$(strip $(foreach tgt,RECORDER ONDIO,$(findstring $(tgt),$(TARGET)))))
|
||||
### lowmem targets
|
||||
ROCKS += $(GOBAN_BUILDDIR)/goban.ovl
|
||||
GOBAN_OUTLDS = $(GOBAN_BUILDDIR)/goban.link
|
||||
GOBAN_OVLFLAGS = -T$(GOBAN_OUTLDS) -Wl,--gc-sections -Wl,-Map,$(basename $@).map
|
||||
else
|
||||
### all other targets
|
||||
### all targets
|
||||
ROCKS += $(GOBAN_BUILDDIR)/goban.rock
|
||||
endif
|
||||
else
|
||||
### simulator
|
||||
ROCKS += $(GOBAN_BUILDDIR)/goban.rock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue