Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.9-rc3 9 lines 199 B view raw
1# 2# Makefile for mmp specific clk 3# 4 5obj-y += clk-apbc.o clk-apmu.o clk-frac.o 6 7obj-$(CONFIG_CPU_PXA168) += clk-pxa168.o 8obj-$(CONFIG_CPU_PXA910) += clk-pxa910.o 9obj-$(CONFIG_CPU_MMP2) += clk-mmp2.o