mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Nuke maemo (nokian800/nokian900) and [open]pandora targets
They haven't seen any work since 2013, and likely hasn't compiled in at least a couple of releases -- not that we ever "released" anything for these targets. Futhermore, upstream for both has been effectively dead for about as long, and there's been no user reports of these being used since 2017 (and even then only in passing). It isn't worth the effort to triage their current state, much less uplift into something supportable, while the maintenance burden of keeping these things in-tree can be demonstrated by the diffstat. Change-Id: Id93bd450679d1b75e2c74295b3ae1548cd241b24
This commit is contained in:
parent
c47c075bd3
commit
bbcf210c94
36 changed files with 18 additions and 1728 deletions
|
|
@ -165,9 +165,6 @@ else # core
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring pandora, $(MODELNAME)))
|
||||
include $(ROOTDIR)/packaging/pandora/pandora.make
|
||||
endif
|
||||
ifneq (,$(findstring rgnano, $(MODELNAME)))
|
||||
include $(ROOTDIR)/packaging/rgnano/rgnano.make
|
||||
endif
|
||||
|
|
@ -461,7 +458,6 @@ help:
|
|||
@echo "font7zip - creates rockbox-fonts.7zip"
|
||||
@echo "mapzip - creates rockbox-maps.zip with all .map files"
|
||||
@echo "elfzip - creates rockbox-elfs.zip with all .elf files"
|
||||
@echo "pnd - creates rockbox.pnd archive (Pandora builds only)"
|
||||
@echo "tools - builds the tools only"
|
||||
@echo "voice - creates the voice clips (voice builds only)"
|
||||
@echo "voicetools - builds the voice tools only"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue