summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 9337c14234..1310fa0434 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -204,7 +204,7 @@ common/fileobj_mgr.c
204common/dircache.c 204common/dircache.c
205#endif /* HAVE_DIRCACHE */ 205#endif /* HAVE_DIRCACHE */
206common/pathfuncs.c 206common/pathfuncs.c
207common/format.c 207common/fdprintf.c
208common/linked_list.c 208common/linked_list.c
209common/strcasecmp.c 209common/strcasecmp.c
210common/strcasestr.c 210common/strcasestr.c
@@ -214,6 +214,7 @@ common/strlcpy.c
214common/structec.c 214common/structec.c
215common/timefuncs.c 215common/timefuncs.c
216common/unicode.c 216common/unicode.c
217common/vuprintf.c
217 218
218/* Display */ 219/* Display */
219scroll_engine.c 220scroll_engine.c