From 95ba2fc3eac1e83ee9be7ec1e7fc4b4e8963636c Mon Sep 17 00:00:00 2001 From: Oliver Hahm <oleg@hobbykeller.org> Date: Tue, 11 Jun 2013 11:37:29 +0200 Subject: [PATCH] * added missing msp430_common module to Makefile --- msb-430-common/Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/msb-430-common/Makefile.include b/msb-430-common/Makefile.include index 8fc09d2874..4adcbb6dd1 100644 --- a/msb-430-common/Makefile.include +++ b/msb-430-common/Makefile.include @@ -20,4 +20,5 @@ endif export HEXFILE = bin/$(PROJECT).hex export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)" +export USEMODULE += msp430_common export INCLUDES += -I $(RIOTCPU)/msp430-common/include/ -- GitLab