From 666c90ffe856bf3df21bf2c8caf22d93b79b3d4b Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Thu, 18 Apr 2013 02:21:22 +0200 Subject: [PATCH] * made msb-a2 default for distribution Makefile --- dist/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/Makefile b/dist/Makefile index 4677cf1710..84c5be3b45 100644 --- a/dist/Makefile +++ b/dist/Makefile @@ -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