mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 06:12:44 +01:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
export APPLICATION = periph_cpuid
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_cpuid
|
|
|
|
include $(RIOTBASE)/Makefile.include
|