From 781182e10fa13c8cb7e39e3d4e97fb7e3b210664 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Dubois Date: Thu, 16 Aug 2018 14:05:28 +0100 Subject: i.MX6UL: Add i.MX6UL specific CCM device Signed-off-by: Jean-Christophe Dubois Message-id: 34b6704ceb81b49e35ce1ad162bf758e5141ff87.1532984236.git.jcd@tribudubois.net [PMM: fixed some comment typos etc] Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- hw/misc/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/misc/Makefile.objs') diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index 9350900..51d27b3 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -36,6 +36,7 @@ obj-$(CONFIG_IMX) += imx_ccm.o obj-$(CONFIG_IMX) += imx31_ccm.o obj-$(CONFIG_IMX) += imx25_ccm.o obj-$(CONFIG_IMX) += imx6_ccm.o +obj-$(CONFIG_IMX) += imx6ul_ccm.o obj-$(CONFIG_IMX) += imx6_src.o obj-$(CONFIG_IMX) += imx7_ccm.o obj-$(CONFIG_IMX) += imx2_wdt.o -- cgit v1.1