1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/cpuid/Makefile
Ludwig Ortmann 1c3f481702 tests, native: fixup for cpuid
- 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
2014-08-05 16:55:42 +02:00

7 lines
126 B
Makefile

export APPLICATION = cpu_id
include ../Makefile.tests_common
BOARD_WHITELIST := native
include $(RIOTBASE)/Makefile.include