nrf/Makefile: Clean up dangling LIBS declaration.

Signed-off-by: Andrew Leech <andrew@alelec.net>
pull/14149/head
Andrew Leech 2024-03-22 13:55:03 +11:00 zatwierdzone przez Damien George
rodzic 34c4625dcc
commit 994021e1e0
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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