[Librem-5-dev] [PATCH 10/12] Build mxc/hdp code
Guido Günther
agx at sigxcpu.org
Mon Oct 29 04:47:52 PDT 2018
Signed-off-by: Guido Günther <guido.gunther at puri.sm>
---
drivers/Makefile | 1 +
drivers/mxc/Makefile | 1 +
drivers/mxc/hdp/Makefile | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
create mode 100644 drivers/mxc/Makefile
diff --git a/drivers/Makefile b/drivers/Makefile
index 24cd47014657..b6fc23479ebd 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -129,6 +129,7 @@ obj-$(CONFIG_PM_OPP) += opp/
obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-y += mmc/
+obj-y += mxc/
obj-$(CONFIG_MEMSTICK) += memstick/
obj-$(CONFIG_NEW_LEDS) += leds/
obj-$(CONFIG_INFINIBAND) += infiniband/
diff --git a/drivers/mxc/Makefile b/drivers/mxc/Makefile
new file mode 100644
index 000000000000..094155d68752
--- /dev/null
+++ b/drivers/mxc/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_DRM_IMX_HDP) += hdp/
diff --git a/drivers/mxc/hdp/Makefile b/drivers/mxc/hdp/Makefile
index 08f37d60c845..98301bcc3fb0 100644
--- a/drivers/mxc/hdp/Makefile
+++ b/drivers/mxc/hdp/Makefile
@@ -1,4 +1,4 @@
-obj-$(CONFIG_MX8_HDP) += \
+obj-$(CONFIG_DRM_IMX_HDP) += \
API_Audio.o \
API_AVI.o \
API_AFE.o \
--
2.19.0
More information about the Librem-5-dev
mailing list