You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Huanglong Clock specific Makefile
|
|
#
|
|
ifeq ($(CONFIG_SOCT_DRV_BUILD_KO),y)
|
|
obj-m += soct_clk.o
|
|
else
|
|
obj-$(CONFIG_SOCT_CLK_SUPPORT) += soct_clk.o
|
|
endif
|