Skip to content
Snippets Groups Projects
Commit 5b696d03 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* fixed include path

parent 4c606614
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ INCLUDES += -I${RIOTBASE}/core/include/ ...@@ -9,7 +9,7 @@ INCLUDES += -I${RIOTBASE}/core/include/
INCLUDES += -Iinclude/ -I$(RIOTBOARD)/wsn430-common/include/ INCLUDES += -Iinclude/ -I$(RIOTBOARD)/wsn430-common/include/
INCLUDES += -I$(RIOTBASE)/cpu/msp430-common/include/ -I$(RIOTBASE)/cpu/msp430x16x/include/ INCLUDES += -I$(RIOTBASE)/cpu/msp430-common/include/ -I$(RIOTBASE)/cpu/msp430x16x/include/
INCLUDES += -I$(RIOTBASE)/drivers/cc2420/include/ -I$(RIOTBASE)/sys/include INCLUDES += -I$(RIOTBASE)/drivers/cc2420/include/ -I$(RIOTBASE)/sys/include
#INCLUDES += -I/usr/msp430/include/ INCLUDES += -I$(RIOTBASE)/sys/net/
all: $(BINDIR)$(ARCH) all: $(BINDIR)$(ARCH)
$(MAKE) -C ../wsn430-common $(MAKE) -C ../wsn430-common
...@@ -33,4 +33,4 @@ clean: ...@@ -33,4 +33,4 @@ clean:
rm -f $(BINDIR)$(ARCH) $(OBJ) $(DEP) rm -f $(BINDIR)$(ARCH) $(OBJ) $(DEP)
@if [ -d $(BINDIR) ] ; \ @if [ -d $(BINDIR) ] ; \
then rmdir $(BINDIR) ; \ then rmdir $(BINDIR) ; \
fi fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment