mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
195d51b92a
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.
6 lines
92 B
Makefile
6 lines
92 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += eepreg
|
|
|
|
include $(RIOTBASE)/Makefile.include
|