From 5b696d038e52b9119613589852efed2721d17369 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Tue, 25 Jun 2013 15:31:54 +0200 Subject: [PATCH] * fixed include path --- wsn430-v1_4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsn430-v1_4/Makefile b/wsn430-v1_4/Makefile index 1bc4eca767..d6b578d59f 100644 --- a/wsn430-v1_4/Makefile +++ b/wsn430-v1_4/Makefile @@ -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 @@ -33,4 +33,4 @@ clean: rm -f $(BINDIR)$(ARCH) $(OBJ) $(DEP) @if [ -d $(BINDIR) ] ; \ then rmdir $(BINDIR) ; \ - fi \ No newline at end of file + fi