From 9a331518c98ce608d7007e2f8b9c408b0fb0d541 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Tue, 21 Jan 2014 11:00:47 +0100
Subject: [PATCH] removed unnecessary includes in RIOTBASE/Makefile

---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile b/Makefile
index cc2095343a..1d41fa5b5e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,6 @@ DIRS = $(RIOTCPU)/$(CPU) core drivers sys
 
 .PHONY: all clean doc
 
-include $(RIOTCPU)/$(CPU)/Makefile.include
-include $(RIOTBOARD)/$(BOARD)/Makefile.include
-
 all:
 	mkdir -p $(BINDIR)
 	@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;
-- 
GitLab