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

10 lines
165 B
Makefile
Raw Normal View History

2015-08-14 16:04:12 +02:00
APPLICATION = xtimer_remove
include ../Makefile.tests_common
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include