mirror of
https://github.com/gosticks/RIOT.git
synced 2026-03-01 04:02:51 +00:00
11 lines
242 B
Makefile
11 lines
242 B
Makefile
# name of your project
|
|
export PROJECT = test_thread_basic
|
|
|
|
# for easy switching of boards
|
|
export BOARD ?= native
|
|
|
|
# this has to be the absolute path of the RIOT-base dir
|
|
export RIOTBASE = $(CURDIR)/../..
|
|
|
|
include $(RIOTBASE)/Makefile.include
|