mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Agptek Rocker: Initial commit
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
This commit is contained in:
parent
beef52c5f0
commit
d55680993d
50 changed files with 2343 additions and 74 deletions
|
|
@ -103,6 +103,8 @@ endif
|
|||
ifneq (,$(findstring bootloader,$(APPSDIR)))
|
||||
ifneq (,$(findstring sonynwz,$(APP_TYPE)))
|
||||
include $(ROOTDIR)/firmware/target/hosted/sonynwz/sonynwz.make
|
||||
else ifneq (,$(findstring rocker,$(APP_TYPE)))
|
||||
include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make
|
||||
else
|
||||
include $(APPSDIR)/bootloader.make
|
||||
endif
|
||||
|
|
@ -143,6 +145,10 @@ else # core
|
|||
include $(ROOTDIR)/firmware/target/hosted/sonynwz/sonynwz.make
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring rocker,$(APP_TYPE)))
|
||||
include $(ROOTDIR)/firmware/target/hosted/agptek/rocker.make
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring android_ndk, $(APP_TYPE)))
|
||||
include $(ROOTDIR)/firmware/target/hosted/ibasso/android_ndk.make
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue