summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 4cfc3a8b0f..678d969190 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -21,8 +21,10 @@ viewer.c
#ifdef HAVE_BACKLIGHT
lamp.c
#endif /* HAVE_BACKLIGHT */
-#ifndef SIMULATOR
+#if USING_STORAGE_CALLBACK
battery_bench.c
+#endif
+#ifndef SIMULATOR
firmware_flash.c
#endif /* SIMULATOR */
#if (CONFIG_CPU == SH7034)