Skip to content

Commit

Permalink
boards: avsextrem redbee-econotag spark-core telosb z1: fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 6, 2015
1 parent 75bc87c commit 57d7e62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/avsextrem/Makefile.include
@@ -1 +1,2 @@
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
include $(RIOTBOARD)/msba2-common/Makefile.include
1 change: 1 addition & 0 deletions boards/redbee-econotag/Makefile.include
Expand Up @@ -28,6 +28,7 @@ export FFLAGS = -t $(PORT) -f $(HEXFILE) -c 'bbmc -l redbee-econotag reset'
export OFLAGS = -O binary --gap-fill=0xff
export TERMFLAGS += -p "$(PORT)"

export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
export INCLUDES += -I$(RIOTCPU)/$(CPU)/maca/include
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include

Expand Down
2 changes: 2 additions & 0 deletions boards/spark-core/Makefile.include
Expand Up @@ -16,6 +16,8 @@ export OFLAGS = -O binary
export FFLAGS = -d 1d50:607f -a 0 -s 0x08005000:leave -D "$(HEXFILE)"
export TERMFLAGS = -p $(PORT)

export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/

# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial

Expand Down
1 change: 1 addition & 0 deletions boards/telosb/Makefile.include
Expand Up @@ -22,6 +22,7 @@ endif
export FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE)
export TERMFLAGS += -p "$(PORT)"

export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
export INCLUDES += -I$(RIOTCPU)/msp430-common/include
export OFLAGS = -O ihex

Expand Down
1 change: 1 addition & 0 deletions boards/z1/Makefile.include
Expand Up @@ -23,6 +23,7 @@ export FFLAGS = --z1 -I -c $(PORT) -r -e -p $(HEXFILE)
export OFLAGS = -O ihex
export TERMFLAGS += -p "$(PORT)"

export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
export INCLUDES += -I $(RIOTCPU)/msp430-common/include

export UNDEF += $(BINDIR)msp430_common/startup.o

0 comments on commit 57d7e62

Please sign in to comment.