summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 02e962c0c3..7e2ffb323e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -6,6 +6,8 @@ events.c
6backlight.c 6backlight.c
7#if CONFIG_BUFLIB_BACKEND == BUFLIB_BACKEND_MEMPOOL 7#if CONFIG_BUFLIB_BACKEND == BUFLIB_BACKEND_MEMPOOL
8buflib_mempool.c 8buflib_mempool.c
9#elif CONFIG_BUFLIB_BACKEND == BUFLIB_BACKEND_MALLOC
10buflib_malloc.c
9#endif 11#endif
10core_alloc.c 12core_alloc.c
11general.c 13general.c