rockbox/tools/checkwps
Solomon Peachy 8a94a37502 checkwps: Exclude targets that only exist as a bootloader from buildall
Change-Id: I95cb65a204b4e509d48c9a8fb009d438f382a9f6
2025-09-27 13:47:04 -04:00
..
buildall.sh checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
checkwps.c checkwps: Validate %?St() tags 2025-09-27 10:19:20 -04:00
checkwps.h fix checkwps breakage caused by r229900 2009-10-06 22:02:06 +00:00
checkwps.make build: Further simplification of checkwps build. 2025-05-06 14:27:04 -04:00
cleanall.sh checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
parse_configure.awk checkwps: Exclude targets that only exist as a bootloader from buildall 2025-09-27 13:47:04 -04:00
README checkwps: Update the cleanall script and documentation 2024-12-07 18:09:17 -05:00
SOURCES checkwps: Validate %?St() tags 2025-09-27 10:19:20 -04:00
system-target.h Fix/hack checkwps + add Onda VX747/VX777 targets 2009-08-21 18:15:20 +00:00

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.

checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).

To compile
----------

Just run the ./buildall.sh script

To remove all compiled files
----------------------------

./cleanall.sh

To add a new target
-------------------

No action necessary, list of targets is parsed out of the configure script