Skip to content
Snippets Groups Projects
Commit 57d7e62d authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

boards: avsextrem redbee-econotag spark-core telosb z1: fix includes

parent 75bc87cd
No related branches found
No related tags found
No related merge requests found
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
include $(RIOTBOARD)/msba2-common/Makefile.include include $(RIOTBOARD)/msba2-common/Makefile.include
...@@ -28,6 +28,7 @@ export FFLAGS = -t $(PORT) -f $(HEXFILE) -c 'bbmc -l redbee-econotag reset' ...@@ -28,6 +28,7 @@ export FFLAGS = -t $(PORT) -f $(HEXFILE) -c 'bbmc -l redbee-econotag reset'
export OFLAGS = -O binary --gap-fill=0xff export OFLAGS = -O binary --gap-fill=0xff
export TERMFLAGS += -p "$(PORT)" export TERMFLAGS += -p "$(PORT)"
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
export INCLUDES += -I$(RIOTCPU)/$(CPU)/maca/include export INCLUDES += -I$(RIOTCPU)/$(CPU)/maca/include
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include
......
...@@ -16,6 +16,8 @@ export OFLAGS = -O binary ...@@ -16,6 +16,8 @@ export OFLAGS = -O binary
export FFLAGS = -d 1d50:607f -a 0 -s 0x08005000:leave -D "$(HEXFILE)" export FFLAGS = -d 1d50:607f -a 0 -s 0x08005000:leave -D "$(HEXFILE)"
export TERMFLAGS = -p $(PORT) export TERMFLAGS = -p $(PORT)
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
# setup serial terminal # setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial include $(RIOTBOARD)/Makefile.include.serial
......
...@@ -22,6 +22,7 @@ endif ...@@ -22,6 +22,7 @@ endif
export FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE) export FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE)
export TERMFLAGS += -p "$(PORT)" export TERMFLAGS += -p "$(PORT)"
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
export INCLUDES += -I$(RIOTCPU)/msp430-common/include export INCLUDES += -I$(RIOTCPU)/msp430-common/include
export OFLAGS = -O ihex export OFLAGS = -O ihex
......
...@@ -23,6 +23,7 @@ export FFLAGS = --z1 -I -c $(PORT) -r -e -p $(HEXFILE) ...@@ -23,6 +23,7 @@ export FFLAGS = --z1 -I -c $(PORT) -r -e -p $(HEXFILE)
export OFLAGS = -O ihex export OFLAGS = -O ihex
export TERMFLAGS += -p "$(PORT)" export TERMFLAGS += -p "$(PORT)"
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include/
export INCLUDES += -I $(RIOTCPU)/msp430-common/include export INCLUDES += -I $(RIOTCPU)/msp430-common/include
export UNDEF += $(BINDIR)msp430_common/startup.o export UNDEF += $(BINDIR)msp430_common/startup.o
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment