mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
12
kodev
12
kodev
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user