diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-21 16:33:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-21 16:33:08 -0400 |
commit | a4f1482a8b23d5f761f60d6f3821c84190d89e2f (patch) | |
tree | 746095fa69eccccdc1c2830fdd0c06bac01848f5 /Makefile | |
parent | 1a7d45b9130251119874df8b15424ec41306d8f2 (diff) |
add pot. support; L4 trig; eagle schematic draft
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 |