1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_vtimer_msg/Makefile

15 lines
311 B
Makefile
Raw Normal View History

# name of your application
2014-01-15 18:37:12 +01:00
export PROJECT = test_vtimer_msg
# for easy switching of boards
export BOARD ?= native
# this has to be the absolute path of the RIOT-base dir
export RIOTBASE = $(CURDIR)/../..
## Modules to include.
USEMODULE += auto_init
USEMODULE += vtimer
include $(RIOTBASE)/Makefile.include