diff options
Diffstat (limited to 'drivers/clk/ux500/Makefile')
-rw-r--r-- | drivers/clk/ux500/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/ux500/Makefile b/drivers/clk/ux500/Makefile new file mode 100644 index 0000000..a3ccd1b --- /dev/null +++ b/drivers/clk/ux500/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for ux500 clocks +# + +# Clock types +obj-y += clk-prcc.o +obj-y += clk-prcmu.o |