From 14ad14e7d3d8c49ceaf0fbfdc06d550ba1adda3b Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 17 Dec 2017 01:20:38 +0000 Subject: [PATCH] Remove nrf52832.a on make clean When building for nrf52dk, `make clean` does not remove `nrf52832.a`. This commit fixes this. --- arch/cpu/nrf52832/Makefile.nrf52832 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/cpu/nrf52832/Makefile.nrf52832 b/arch/cpu/nrf52832/Makefile.nrf52832 index 9f76177bb..567270834 100644 --- a/arch/cpu/nrf52832/Makefile.nrf52832 +++ b/arch/cpu/nrf52832/Makefile.nrf52832 @@ -178,6 +178,8 @@ vpath %.s $(ASM_PATHS) OBJECTS = $(C_OBJECTS) $(ASM_OBJECTS) +CLEAN += nrf52832.a + TARGET_LIBS= nrf52832.a $(NRF52_SDK_ROOT)/components/iot/ble_6lowpan/lib/ble_6lowpan.a nrf52832.a: $(OBJECTS)