1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* made msb-a2 default for distribution Makefile

This commit is contained in:
Oliver Hahm 2013-04-18 02:21:22 +02:00
parent 33ff3c3e60
commit 666c90ffe8

4
dist/Makefile vendored
View File

@ -11,7 +11,9 @@
export PROJECT =foobar
# for easy switching of boards
export BOARD = msb-430
ifeq ($(strip $(BOARD)),)
export BOARD = msba2
endif
# this has to be the absolute path of the RIOT-base dir
export RIOTBASE =$(CURDIR)/../../RIOT