1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/eepreg: remove duplicate FEATURES_REQUIRED

The dependency from eepreg to FEATURES_REQUIRED is already defined in
`sys/Makefile.dep` so should not need to be duplicated in the
application Makefile.
This commit is contained in:
Gaëtan Harter 2018-11-16 12:07:00 +01:00
parent 836fe3dbba
commit 195d51b92a
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -1,7 +1,5 @@
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_eeprom
USEMODULE += eepreg
include $(RIOTBASE)/Makefile.include