aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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