aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-03-21 16:33:08 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-03-21 16:33:08 -0400
commita4f1482a8b23d5f761f60d6f3821c84190d89e2f (patch)
tree746095fa69eccccdc1c2830fdd0c06bac01848f5 /Makefile
parent1a7d45b9130251119874df8b15424ec41306d8f2 (diff)
add pot. support; L4 trig; eagle schematic draft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24bda87..360811d 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,11 @@ UINCDIR =
ULIBDIR =
# List all user libraries here
-ULIBS =
+ifeq ($(TARGET_PLATFORM),L4)
+ ULIBS = -lm
+else
+ ULIBS =
+endif
#
# End of user section