From a4f1482a8b23d5f761f60d6f3821c84190d89e2f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 21 Mar 2021 16:33:08 -0400 Subject: add pot. support; L4 trig; eagle schematic draft --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3