1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_hwtimer_spin/Makefile
2014-02-18 12:28:32 +01:00

15 lines
296 B
Makefile

# define application 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