Makefile (53279f36dccffc26ff536003fd6bb97cc21c3b82) | Makefile (45228ef32240957b1536fbba1ca12377cb2e587c) |
---|---|
1# 2# Makefile for ux500 clocks 3# 4 5# Clock types 6obj-y += clk-prcc.o 7obj-y += clk-prcmu.o 8 9# Clock definitions 10obj-y += u8500_clk.o 11obj-y += u9540_clk.o 12obj-y += u8540_clk.o | 1# 2# Makefile for ux500 clocks 3# 4 5# Clock types 6obj-y += clk-prcc.o 7obj-y += clk-prcmu.o 8 9# Clock definitions 10obj-y += u8500_clk.o 11obj-y += u9540_clk.o 12obj-y += u8540_clk.o |
13 14# ABX500 clock driver 15obj-y += abx500-clk.o |
|