From db9f9a640713814727e607382340a9d0c64fda4e Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 11 Dec 2014 17:03:04 +0000
Subject: [PATCH] sdk: add missing kernel include files

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43621
---
 target/sdk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 8973b28937..cdfb2c8c45 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -50,6 +50,7 @@ KERNEL_FILES_ARCH = \
 	Kbuild.platforms \
 	*/Platform \
 	include \
+	*/include \
 	scripts \
 	kernel/asm-offsets.s
 
-- 
GitLab