]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/reset/Makefile
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-bionic-kernel.git] / drivers / reset / Makefile
1 obj-y += core.o
2 obj-y += hisilicon/
3 obj-$(CONFIG_ARCH_STI) += sti/
4 obj-$(CONFIG_ARCH_TEGRA) += tegra/
5 obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
6 obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o
7 obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o
8 obj-$(CONFIG_RESET_MESON) += reset-meson.o
9 obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
10 obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
11 obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
12 obj-$(CONFIG_RESET_STM32) += reset-stm32.o
13 obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
14 obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o
15 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
16 obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o