summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/Makefile
blob: 48b885f2d8ff1d9e89431fca9d2da91d3c5d3c14 (plain)
1
2
3
4
5
6
7
# Common objects
obj-$(CONFIG_SUNXI_CCU)		+= ccu_common.o
obj-$(CONFIG_SUNXI_CCU)		+= ccu_reset.o

# Base clock types
obj-$(CONFIG_SUNXI_CCU_FRAC)	+= ccu_frac.o
obj-$(CONFIG_SUNXI_CCU_GATE)	+= ccu_gate.o