Makefile (3b01f87be21ce6b45ff4bd7b9d044aa9233bcc38) | Makefile (bce5afd8d960e78892669b68751547015646d5e4) |
---|---|
1# 2# Makefile for ux500 clocks 3# 4 5# Clock types 6obj-y += clk-prcc.o 7obj-y += clk-prcmu.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 |
|