From 1d80c14248d6082c91a8a9e3d70cc94c3cc18ecb Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 29 Jun 2016 21:05:23 +0200 Subject: clk: sunxi-ng: Add common infrastructure Start our new clock infrastructure by adding the registration code, common structure and common code. Signed-off-by: Maxime Ripard Signed-off-by: Michael Turquette Link: lkml.kernel.org/r/20160629190535.11855-3-maxime.ripard@free-electrons.com --- drivers/clk/sunxi-ng/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 drivers/clk/sunxi-ng/Makefile (limited to 'drivers/clk/sunxi-ng/Makefile') diff --git a/drivers/clk/sunxi-ng/Makefile b/drivers/clk/sunxi-ng/Makefile new file mode 100644 index 000000000000..886d0786ca51 --- /dev/null +++ b/drivers/clk/sunxi-ng/Makefile @@ -0,0 +1,3 @@ +# Common objects +obj-$(CONFIG_SUNXI_CCU) += ccu_common.o +obj-$(CONFIG_SUNXI_CCU) += ccu_reset.o -- cgit