Sony PRSTUX support (#4198)

* Sony PRSTUX support
This commit is contained in:
Matias N
2018-09-07 20:37:04 -03:00
committed by NiLuJe
parent ababbd7aad
commit 94d8f2d397
16 changed files with 348 additions and 9 deletions

12
kodev
View File

@@ -113,6 +113,7 @@ SUPPORTED_TARGETS="
kindlepw2 With compiler optimizations for Kindle models >= Paperwhite 2
kindle-legacy Needed only for Kindle2/3/DXG
kobo
sony-prstux
android
pocketbook
ubuntu-touch
@@ -176,6 +177,10 @@ ${SUPPORTED_TARGETS}"
make TARGET=kobo
assert_ret_zero $?
;;
sony-prstux)
make TARGET=sony-prstux
assert_ret_zero $?
;;
kindle-legacy)
make TARGET=kindle-legacy
assert_ret_zero $?
@@ -252,6 +257,9 @@ ${SUPPORTED_TARGETS}"
kobo)
make TARGET=kobo clean
;;
sony-prstux)
make TARGET=sony-prstux clean
;;
kindle-legacy)
make TARGET=kindle-legacy clean
;;
@@ -348,6 +356,10 @@ ${SUPPORTED_RELEASE_TARGETS}"
kodev-build kobo
make TARGET=kobo update
;;
sony-prstux)
kodev-build sony-prstux
make TARGET=sony-prstux update
;;
kindle-legacy)
kodev-build kindle-legacy
make TARGET=kindle-legacy update