nrf/Makefile: Clean up dangling LIBS declaration.

Signed-off-by: Andrew Leech <andrew@alelec.net>
This commit is contained in:
Andrew Leech 2024-03-22 13:55:03 +11:00 committed by Damien George
parent 34c4625dcc
commit 994021e1e0

View File

@ -163,8 +163,6 @@ CFLAGS += -Os -DNDEBUG
LDFLAGS += -Os LDFLAGS += -Os
endif endif
LIBS = \
ifeq ($(MCU_VARIANT), nrf52) ifeq ($(MCU_VARIANT), nrf52)
SRC_LIB_C += $(SRC_LIB_LIBM_C) SRC_LIB_C += $(SRC_LIB_LIBM_C)