forked from luck/tmp_suning_uos_patched
e943c43b32
The avs drivers are all SoC specific drivers that doesn't share any code. Instead they are located in a directory, mostly to keep similar functionality together. From a maintenance point of view, it makes better sense to collect SoC specific drivers like these, into the SoC specific directories. Therefore, let's move the rockchip-io driver to the rockchip directory. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
8 lines
200 B
Makefile
8 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Rockchip Soc drivers
|
|
#
|
|
obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
|
|
obj-$(CONFIG_ROCKCHIP_IODOMAIN) += io-domain.o
|
|
obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o
|