mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Samsung YP-R1 target port
This is the basic port to the new target Samsung YP-R1, which runs on a similar platform as YP-R0. Port is usable, although there are still some optimizations that have to be done. Change-Id: If83a8e386369e413581753780c159026d9e41f04
This commit is contained in:
parent
b828b9d99b
commit
e876f4df6d
36 changed files with 1849 additions and 48 deletions
|
@ -128,6 +128,10 @@ else # core
|
|||
include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr0/ypr0.make
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring ypr1,$(APP_TYPE)))
|
||||
include $(ROOTDIR)/firmware/target/hosted/samsungypr/ypr1/ypr1.make
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring android, $(APP_TYPE)))
|
||||
include $(ROOTDIR)/android/android.make
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue