Merge pull request #258 from g-oikonomou/bugfix/nrf52dk-clean

Remove nrf52832.a on make clean
This commit is contained in:
Simon Duquennoy 2017-12-17 17:16:00 +01:00 committed by GitHub
commit fa1842ccb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)