15 lines
292 B
Makefile

# define project name
export PROJECT = test_hwtimer_spin
# for easy switching of boards
export BOARD ?= native
# the absolute path of the RIOT-base dir
export RIOTBASE = $(CURDIR)/../..
# modules to include
USEMODULE += auto_init
USEMODULE += hwtimer
include $(RIOTBASE)/Makefile.include