diff --git a/Makefile b/Makefile index ce98ac5..6f394e0 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ include Makefile.common LDFLAGS=$(COMMONFLAGS) -fno-exceptions -ffunction-sections -fdata-sections -L$(LIBDIR) -nostartfiles -Wl,--gc-sections,-Tlinker.ld -LDLIBS+=-lm LDLIBS+=-lstm32 +LDLIBS+=-lm STARTUP=startup.c