1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
2014-01-06 10:10:47 +01:00

15 lines
287 B
Makefile

# name of your project
export PROJECT = hello-world
# for easy switching of boards
ifeq ($(strip $(BOARD)),)
export BOARD = native
endif
# this has to be the absolute path of the RIOT-base dir
export RIOTBASE = $(CURDIR)/../..
export QUIET := 1
include $(RIOTBASE)/Makefile.include