]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame_incremental - drivers/reset/Makefile
net/mlx5e: Avoid dealing with vport representors if not being e-switch manager
[mirror_ubuntu-bionic-kernel.git] / drivers / reset / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0
2obj-y += core.o
3obj-y += hisilicon/
4obj-$(CONFIG_ARCH_STI) += sti/
5obj-$(CONFIG_ARCH_TEGRA) += tegra/
6obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
7obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
8obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o
9obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o
10obj-$(CONFIG_RESET_HSDK) += reset-hsdk.o
11obj-$(CONFIG_RESET_IMX7) += reset-imx7.o
12obj-$(CONFIG_RESET_LANTIQ) += reset-lantiq.o
13obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o
14obj-$(CONFIG_RESET_MESON) += reset-meson.o
15obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
16obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
17obj-$(CONFIG_RESET_SIMPLE) += reset-simple.o
18obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
19obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o
20obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o
21obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
22obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o
23