generic: mikrotik platform build bits
[openwrt/openwrt.git] / target / linux / generic / pending-4.14 / 270-platform-mikrotik-build-bits.patch
1 From c2deb5ef01a0ef09088832744cbace9e239a6ee0 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= <hacks@slashdirt.org>
3 Date: Tue, 24 Mar 2020 22:11:50 +0100
4 Subject: [PATCH] generic: platform/mikrotik build bits (4.14)
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 This patch adds platform/mikrotik kernel build bits
10
11 Signed-off-by: Thibaut VARĂˆNE <hacks@slashdirt.org>
12 ---
13 drivers/platform/Kconfig | 2 ++
14 drivers/platform/Makefile | 1 +
15 2 files changed, 3 insertions(+)
16
17 diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig
18 index c11db8b..0283f0b 100644
19 --- a/drivers/platform/Kconfig
20 +++ b/drivers/platform/Kconfig
21 @@ -8,3 +8,5 @@ endif
22 source "drivers/platform/goldfish/Kconfig"
23
24 source "drivers/platform/chrome/Kconfig"
25 +
26 +source "drivers/platform/mikrotik/Kconfig"
27 diff --git a/drivers/platform/Makefile b/drivers/platform/Makefile
28 index d3a6630..ad290c3 100644
29 --- a/drivers/platform/Makefile
30 +++ b/drivers/platform/Makefile
31 @@ -8,3 +8,4 @@ obj-$(CONFIG_MIPS) += mips/
32 obj-$(CONFIG_OLPC) += olpc/
33 obj-$(CONFIG_GOLDFISH) += goldfish/
34 obj-$(CONFIG_CHROME_PLATFORMS) += chrome/
35 +obj-$(CONFIG_MIKROTIK) += mikrotik/
36 --
37 2.11.0
38