mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 00:31:47 +00:00
37 lines
951 B
Diff
37 lines
951 B
Diff
From cb48e4562ac3b5e0655ca60165aaa085a494d9d3 Mon Sep 17 00:00:00 2001
|
|
From: Myy <myy@miouyouyou.fr>
|
|
Date: Tue, 10 Jan 2017 05:21:46 +0000
|
|
Subject: [PATCH] Post Mali UMP integration
|
|
|
|
Signed-off-by: Myy <myy@miouyouyou.fr>
|
|
---
|
|
drivers/base/Kconfig | 2 ++
|
|
drivers/base/Makefile | 1 +
|
|
2 files changed, 3 insertions(+)
|
|
|
|
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
|
|
index d718ae4..7c8d512 100644
|
|
--- a/drivers/base/Kconfig
|
|
+++ b/drivers/base/Kconfig
|
|
@@ -339,4 +339,6 @@ config CMA_ALIGNMENT
|
|
|
|
endif
|
|
|
|
+source "drivers/base/ump/Kconfig"
|
|
+
|
|
endmenu
|
|
diff --git a/drivers/base/Makefile b/drivers/base/Makefile
|
|
index f2816f6..4e571e2 100644
|
|
--- a/drivers/base/Makefile
|
|
+++ b/drivers/base/Makefile
|
|
@@ -23,6 +23,7 @@ obj-$(CONFIG_SOC_BUS) += soc.o
|
|
obj-$(CONFIG_PINCTRL) += pinctrl.o
|
|
obj-$(CONFIG_DEV_COREDUMP) += devcoredump.o
|
|
obj-$(CONFIG_GENERIC_MSI_IRQ_DOMAIN) += platform-msi.o
|
|
+obj-$(CONFIG_UMP) += ump/
|
|
|
|
obj-y += test/
|
|
|
|
--
|
|
2.10.2
|
|
|