mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
1c3f481702
- adopt test name to new scheme - make cppcheck happy / dont overwrite the target memory location twice - fix license header - don't redefine define if it already exists - don't write more cpuid than is defined as size
7 lines
126 B
Makefile
7 lines
126 B
Makefile
export APPLICATION = cpu_id
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_WHITELIST := native
|
|
|
|
include $(RIOTBASE)/Makefile.include
|