diff --git a/boards/avsextrem/drivers/Makefile b/boards/avsextrem/drivers/Makefile index 97ab1df7d5..1064458838 100644 --- a/boards/avsextrem/drivers/Makefile +++ b/boards/avsextrem/drivers/Makefile @@ -1,4 +1,3 @@ MODULE = avsextrem-drivers -include $(RIOTBOARD)/$(BOARD)/Makefile.include include $(RIOTBASE)/Makefile.base diff --git a/boards/msba2-common/drivers/Makefile b/boards/msba2-common/drivers/Makefile index e674e4954f..31e517aeca 100644 --- a/boards/msba2-common/drivers/Makefile +++ b/boards/msba2-common/drivers/Makefile @@ -1,4 +1,3 @@ MODULE = msba2-common-drivers -include $(RIOTBOARD)/$(BOARD)/Makefile.include include $(RIOTBASE)/Makefile.base diff --git a/pkg/ccn-lite/Makefile b/pkg/ccn-lite/Makefile index 6c81e3f5bc..d29cc52695 100644 --- a/pkg/ccn-lite/Makefile +++ b/pkg/ccn-lite/Makefile @@ -3,10 +3,6 @@ PKG_URL=https://github.com/OlegHahm/ccn-lite/ PKG_VERSION=39b1406c11de9de364220909488eebabe7e81613 PKG_DIR=$(CURDIR)/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - .PHONY: all clean distclean export RIOT_CFLAGS = ${CFLAGS} ${INCLUDES} diff --git a/pkg/libcoap/Makefile b/pkg/libcoap/Makefile index 6aaba12108..8049fc5f2f 100644 --- a/pkg/libcoap/Makefile +++ b/pkg/libcoap/Makefile @@ -3,10 +3,6 @@ PKG_URL=https://github.com/obgm/libcoap PKG_VERSION=ef41ce5d02d64cec0751882ae8fd95f6c32bc018 PKG_DIR=$(CURDIR)/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - ifneq ($(RIOTBASE),) INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ -I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include diff --git a/pkg/micro-ecc/Makefile b/pkg/micro-ecc/Makefile index f503bb84cf..27e3638524 100644 --- a/pkg/micro-ecc/Makefile +++ b/pkg/micro-ecc/Makefile @@ -4,10 +4,6 @@ PKG_VERSION=b6c0cdbe7d20af48b0c2a909a66ff00b093d1542 PKG_DIR=$(CURDIR) PKG_BUILDDIR=$(BINDIR)/pkg/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - ifneq ($(RIOTBASE),) INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ -I$(RIOTBASE)/sys/posix/include diff --git a/pkg/microcoap/Makefile b/pkg/microcoap/Makefile index 4d2a4b6b0f..e8b72e571d 100644 --- a/pkg/microcoap/Makefile +++ b/pkg/microcoap/Makefile @@ -3,10 +3,6 @@ PKG_URL=git://github.com/1248/microcoap.git PKG_VERSION=9cb1dcda2182a8dca8483b230cda8b591a924c82 PKG_DIR=$(CURDIR)/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - ifneq ($(RIOTBASE),) INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ -I$(RIOTBASE)/sys/posix/include diff --git a/pkg/oonf_api/Makefile b/pkg/oonf_api/Makefile index 7828eefa40..7c83c9ce6d 100644 --- a/pkg/oonf_api/Makefile +++ b/pkg/oonf_api/Makefile @@ -3,10 +3,6 @@ PKG_URL=http://olsr.org/git/oonf.git PKG_VERSION=v0.3.0 PKG_DIR=$(CURDIR)/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - ifneq ($(RIOTBASE),) INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ -I$(RIOTBASE)/sys/posix/include diff --git a/pkg/openwsn/Makefile b/pkg/openwsn/Makefile index 13cd667fb9..76c02044d5 100644 --- a/pkg/openwsn/Makefile +++ b/pkg/openwsn/Makefile @@ -3,10 +3,6 @@ PKG_URL=https://github.com/openwsn-berkeley/openwsn-fw.git PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8 PKG_DIR=$(CURDIR)/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - .PHONY: all clean patch reset all: patch diff --git a/pkg/relic/Makefile b/pkg/relic/Makefile index e27cae8164..dc462558b7 100644 --- a/pkg/relic/Makefile +++ b/pkg/relic/Makefile @@ -6,10 +6,6 @@ PKG_URL=$(RELIC_URL) PKG_VERSION=$(RELIC_BRANCH) PKG_DIR=$(CURDIR)/$(PKG_NAME) -ifneq ($(RIOTBOARD),) -include $(RIOTBOARD)/$(BOARD)/Makefile.include -endif - ifneq ($(RIOTBASE),) INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \ -I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include