From 3e07f0cb0806d50b10355f43e055d566b9fac2d8 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Tue, 20 May 2014 05:48:01 +0200
Subject: [PATCH] Makefile: add missing target/Makefile include

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 46736ab7d..cd714fe95 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ include $(INCLUDE_DIR)/subdir.mk
 include package/Makefile
 include tools/Makefile
 include toolchain/Makefile
+include target/Makefile
 
 
 PROFILES :=
-- 
GitLab