summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/lib/Makefile')
-rw-r--r--src/target/firmware/lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/target/firmware/lib/Makefile b/src/target/firmware/lib/Makefile
index a2a6d457..75461984 100644
--- a/src/target/firmware/lib/Makefile
+++ b/src/target/firmware/lib/Makefile
@@ -2,6 +2,7 @@
LIBRARIES+=mini
LIB_mini_DIR=lib
LIB_mini_SRCS=vsprintf.c string.c ctype.c printf.c console.c ctors.c \
- changebit.S clearbit.S delay.c div64.S lib1funcs.S memcpy.S memset.S setbit.S testchangebit.S testclearbit.S testsetbit.S
-
+ changebit.S clearbit.S delay.c div64.S lib1funcs.S memcpy.S \
+ memset.S setbit.S testchangebit.S testclearbit.S testsetbit.S \
+ memcmp.S index.c strcmp.c