1
0
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:
Alexandre Abadie 2020-07-20 13:04:59 +02:00 committed by GitHub
commit f013be5507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,3 @@
ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += rtt_rtc
endif
# include nrf5x common periph drivers
USEMODULE += nrf5x_common_periph

View File

@ -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)))