Makefile 172 B

123456789101112
  1. #
  2. # Makefile for ux500 clocks
  3. #
  4. # Clock types
  5. obj-y += clk-prcc.o
  6. obj-y += clk-prcmu.o
  7. # Clock definitions
  8. obj-y += u8500_clk.o
  9. obj-y += u9540_clk.o
  10. obj-y += u8540_clk.o