6 lines
168 B
Makefile
6 lines
168 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
|
||
|
|
obj-$(CONFIG_SPACEMIT_K1_CCU) = spacemit-ccu-k1.o
|
||
|
|
spacemit-ccu-k1-y = ccu_pll.o ccu_mix.o ccu_ddn.o
|
||
|
|
spacemit-ccu-k1-y += ccu-k1.o
|