1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nrf52832: add nrf52832 dependency file

This pull in softdevice when netdev_default is used
This commit is contained in:
Alexandre Abadie 2019-07-04 11:53:20 +02:00
parent 50d47465a2
commit a2ab86e5f6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 6 additions and 0 deletions

View File

@ -1 +1,4 @@
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
# include common nrf52832 dependencies
include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.dep

View File

@ -2,4 +2,7 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
# include common nrf52832 dependencies
include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.dep
include $(RIOTBOARD)/common/nrf52/Makefile.dep