From a5b42fe14a38ee7bf3220eeb4612bb94f5dfc093 Mon Sep 17 00:00:00 2001 From: authmillenon <mlenders@inf.fu-berlin.de> Date: Sun, 3 Nov 2013 16:08:55 +0100 Subject: [PATCH] Changes according PR #282 --- telosb/Makefile | 2 +- wsn430-common/Makefile.include | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/telosb/Makefile b/telosb/Makefile index 4f9b220a4a..c5eb97b3bc 100644 --- a/telosb/Makefile +++ b/telosb/Makefile @@ -9,7 +9,7 @@ INCLUDES += -I${RIOTBOARD}/${BOARD}/include/ INCLUDES += -I${RIOTBASE}/core/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)/sys/net/ +INCLUDES += -I$(RIOTBASE)/sys/net/include all: $(BINDIR)$(ARCH) diff --git a/wsn430-common/Makefile.include b/wsn430-common/Makefile.include index 8a16ab54a0..346044a309 100644 --- a/wsn430-common/Makefile.include +++ b/wsn430-common/Makefile.include @@ -20,6 +20,6 @@ endif export HEXFILE = bin/$(PROJECT).hex export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)" -export INCLUDES += -I $(RIOTCPU)/msp430-common/include/ -I$(RIOTBASE)/sys/net/ieee802154/include/ +export INCLUDES += -I $(RIOTCPU)/msp430-common/include/ -I$(RIOTBASE)/sys/net/include/ export OFLAGS = -O ihex -- GitLab