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 83f9966b..a2a6d457 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 \
+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