summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index dbfa102..b70ee7f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -139,7 +139,7 @@ mp3data.c
#if CONFIG_CODEC != SWCODEC
mpeg.c
#endif
-#ifndef WIN32 /* the win32 sim has its own versin of these: */
+#if !defined(WIN32) || defined(SDL)
panic.c
debug.c
#endif