mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 03:53:49 +01:00
The right way is to include the common test Makefile where the application is automatically defined.
6 lines
94 B
Makefile
6 lines
94 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += gnrc_mac
|
|
|
|
include $(RIOTBASE)/Makefile.include
|