Remove nrf52832.a on make clean

When building for nrf52dk, `make clean` does not remove `nrf52832.a`. This commit fixes this.
This commit is contained in:
George Oikonomou 2017-12-17 01:20:38 +00:00
parent c41d32d3eb
commit 14ad14e7d3
1 changed files with 2 additions and 0 deletions

View File

@ -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)