Skip to content

Commit

Permalink
fixup! pkg/nimble: Account for the nrf5[23] unification of 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Dec 24, 2024
1 parent c39c8cb commit f4ec2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/nimble/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ nimble_controller:

nimble_drivers_nrf5x:
$(QQ)"$(MAKE)" -C $(PDIR)/nimble/drivers/nrf5x/src/ -f $(RIOTBASE)/Makefile.base MODULE=$@

nimble_drivers_nrf5x_specific:
$(QQ)"$(MAKE)" -C $(PDIR)/nimble/drivers/nrf5x/src/$(CPU_FAM)/ -f $(RIOTBASE)/Makefile.base MODULE=$@

# additional, RIOT specific nimble modules
Expand Down
2 changes: 1 addition & 1 deletion pkg/nimble/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif
# nimble controller dependencies
ifneq (,$(filter nimble_controller,$(USEMODULE)))
ifneq (,$(filter nrf51 nrf52,$(CPU_FAM)))
USEMODULE += nimble_drivers_nrf5x
USEMODULE += nimble_drivers_nrf5x nimble_drivers_nrf5x_specific
endif
endif

Expand Down

0 comments on commit f4ec2f0

Please sign in to comment.