Skip to content

Commit

Permalink
pkg/uwb-core: don't pull unwanted dependencies for nRF9160
Browse files Browse the repository at this point in the history
As nRF9160 doesn't have a bluetooth radio, we should not pull the same dependencies as nRF52, thus ensure these dependencies are only added for nrf5x families
  • Loading branch information
dylad committed Sep 7, 2021
1 parent ed655ab commit 633ddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/uwb-core/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif
ifneq (,$(filter uwb-core_dpl,$(USEMODULE)))
USEPKG += mynewt-core
USEMODULE += mynewt-core_os
ifneq (,$(filter nrf%,$(CPU)))
ifneq (,$(filter nrf5%,$(CPU)))
USEMODULE += mynewt-core_nrf5x_hal
endif
endif
Expand Down

0 comments on commit 633ddee

Please sign in to comment.