mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #14497 from aabadie/pr/drivers/makefile_dep_cleanup
drivers/Makefile.dep: remove inappropriate use of FEATURES_PROVIDED for rtt_rtc
This commit is contained in:
commit
f013be5507
@ -1,7 +1,3 @@
|
||||
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
||||
USEMODULE += rtt_rtc
|
||||
endif
|
||||
|
||||
# include nrf5x common periph drivers
|
||||
USEMODULE += nrf5x_common_periph
|
||||
|
||||
|
@ -669,7 +669,6 @@ ifneq (,$(filter rtt_rtc,$(USEMODULE)))
|
||||
ifeq (,$(UNIT_TESTS))
|
||||
FEATURES_REQUIRED += periph_rtt
|
||||
endif
|
||||
FEATURES_PROVIDED += periph_rtc
|
||||
endif
|
||||
|
||||
ifneq (,$(filter rn2%3,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user