1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/eepreg/Makefile
Gaëtan Harter 195d51b92a
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.
2018-11-16 12:07:00 +01:00

6 lines
92 B
Makefile

include ../Makefile.tests_common
USEMODULE += eepreg
include $(RIOTBASE)/Makefile.include