Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
13 lines
312 B
Makefile
13 lines
312 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-y += clk-uniphier-core.o
|
|
|
|
obj-y += clk-uniphier-cpugear.o
|
|
obj-y += clk-uniphier-fixed-factor.o
|
|
obj-y += clk-uniphier-fixed-rate.o
|
|
obj-y += clk-uniphier-gate.o
|
|
obj-y += clk-uniphier-mux.o
|
|
|
|
obj-y += clk-uniphier-sys.o
|
|
obj-y += clk-uniphier-mio.o
|
|
obj-y += clk-uniphier-peri.o
|