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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/lib/Makefile b/src/target/firmware/lib/Makefile
index 987857c9..b7cb061e 100644
--- a/src/target/firmware/lib/Makefile
+++ b/src/target/firmware/lib/Makefile
@@ -1,7 +1,7 @@
LIBRARIES+=mini
mini_DIR=lib
-mini_SRCS=vsprintf.c string.c ctype.c printf.c console.c ctors.c \
- changebit.S clearbit.S div64.S lib1funcs.S memcpy.S memset.S setbit.S testchangebit.S testclearbit.S testsetbit.S
+mini_SRCS=system.c console.c ctors.c \
+ changebit.S clearbit.S setbit.S testchangebit.S testclearbit.S testsetbit.S