diff options
author | Andrew Leech <andrew@alelec.net> | 2024-03-22 13:55:03 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-03-26 16:54:21 +1100 |
commit | 994021e1e063c69ff79ea1d6c8ac263420ec3809 (patch) | |
tree | 2964af81cf65d9bcb8b27dd56a3f6d348499cc5b | |
parent | 34c4625dcc52aa3f8284a43e86ca7f39e11c15f1 (diff) |
nrf/Makefile: Clean up dangling LIBS declaration.
Signed-off-by: Andrew Leech <andrew@alelec.net>
-rw-r--r-- | ports/nrf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 31d0bc766..4fe921f0f 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -163,8 +163,6 @@ CFLAGS += -Os -DNDEBUG LDFLAGS += -Os endif -LIBS = \ - ifeq ($(MCU_VARIANT), nrf52) SRC_LIB_C += $(SRC_LIB_LIBM_C) |