From 994021e1e063c69ff79ea1d6c8ac263420ec3809 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Fri, 22 Mar 2024 13:55:03 +1100 Subject: [PATCH] nrf/Makefile: Clean up dangling LIBS declaration. Signed-off-by: Andrew Leech --- ports/nrf/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 31d0bc7668..4fe921f0fa 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)