summaryrefslogtreecommitdiff
path: root/tools/checkwps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/SOURCES')
-rw-r--r--tools/checkwps/SOURCES8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/checkwps/SOURCES b/tools/checkwps/SOURCES
index 425e8de7b9..3a406d1b29 100644
--- a/tools/checkwps/SOURCES
+++ b/tools/checkwps/SOURCES
@@ -6,12 +6,12 @@
6../../firmware/common/strlcpy.c 6../../firmware/common/strlcpy.c
7../../firmware/common/pathfuncs.c 7../../firmware/common/pathfuncs.c
8../../firmware/asm/mempcpy.c 8../../firmware/asm/mempcpy.c
9#ifdef WIN32
10../../firmware/target/hosted/filesystem-win32.c
11#else /* !WIN32 */
9../../firmware/target/hosted/filesystem-unix.c 12../../firmware/target/hosted/filesystem-unix.c
10#ifdef APPLICATION 13#endif /* WIN32 */
11../../firmware/target/hosted/filesystem-app.c 14../../firmware/target/hosted/filesystem-app.c
12#else
13../../uisimulator/common/filesystem-sim.c
14#endif
15#ifdef DEBUG 15#ifdef DEBUG
16../../firmware/debug.c 16../../firmware/debug.c
17#endif 17#endif