Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[deliverable/linux.git] / drivers / clk / at91 / Makefile
1 #
2 # Makefile for at91 specific clk
3 #
4
5 obj-y += pmc.o
6 obj-y += clk-main.o clk-pll.o clk-plldiv.o clk-master.o
7 obj-y += clk-system.o clk-peripheral.o clk-programmable.o
8
9 obj-$(CONFIG_HAVE_AT91_UTMI) += clk-utmi.o
10 obj-$(CONFIG_HAVE_AT91_USB_CLK) += clk-usb.o
11 obj-$(CONFIG_HAVE_AT91_SMD) += clk-smd.o
This page took 0.030362 seconds and 5 git commands to generate.