Skip to content

Commit

Permalink
* fixed include path
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Jun 25, 2013
1 parent 0c9bc11 commit 13738e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsn430-v1_4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INCLUDES += -I${RIOTBASE}/core/include/
INCLUDES += -Iinclude/ -I$(RIOTBOARD)/wsn430-common/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/usr/msp430/include/
INCLUDES += -I$(RIOTBASE)/sys/net/

all: $(BINDIR)$(ARCH)
$(MAKE) -C ../wsn430-common
Expand All @@ -33,4 +33,4 @@ clean:
rm -f $(BINDIR)$(ARCH) $(OBJ) $(DEP)
@if [ -d $(BINDIR) ] ; \
then rmdir $(BINDIR) ; \
fi
fi

0 comments on commit 13738e7

Please sign in to comment.