diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |