diff options
Diffstat (limited to 'drivers/clk/pistachio/Makefile')
-rw-r--r-- | drivers/clk/pistachio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/pistachio/Makefile b/drivers/clk/pistachio/Makefile new file mode 100644 index 000000000..70355673d --- /dev/null +++ b/drivers/clk/pistachio/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-y += clk.o +obj-y += clk-pll.o +obj-y += clk-pistachio.o |