b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | From c2deb5ef01a0ef09088832744cbace9e239a6ee0 Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Thibaut=20VAR=C3=88NE?= <hacks@slashdirt.org> |
| 3 | Date: Sat, 28 Mar 2020 12:11:50 +0100 |
| 4 | Subject: [PATCH] generic: platform/mikrotik build bits (5.4) |
| 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 | --- a/drivers/platform/Kconfig |
| 18 | +++ b/drivers/platform/Kconfig |
| 19 | @@ -13,3 +13,5 @@ source "drivers/platform/chrome/Kconfig" |
| 20 | source "drivers/platform/mellanox/Kconfig" |
| 21 | |
| 22 | source "drivers/platform/olpc/Kconfig" |
| 23 | + |
| 24 | +source "drivers/platform/mikrotik/Kconfig" |
| 25 | --- a/drivers/platform/Makefile |
| 26 | +++ b/drivers/platform/Makefile |
| 27 | @@ -9,3 +9,4 @@ obj-$(CONFIG_MIPS) += mips/ |
| 28 | obj-$(CONFIG_OLPC_EC) += olpc/ |
| 29 | obj-$(CONFIG_GOLDFISH) += goldfish/ |
| 30 | obj-$(CONFIG_CHROME_PLATFORMS) += chrome/ |
| 31 | +obj-$(CONFIG_MIKROTIK) += mikrotik/ |