]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/reset/Makefile
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / drivers / reset / Makefile
CommitLineData
5b321a63 1obj-y += core.o
cddb4800 2obj-y += hisilicon/
e5d76075 3obj-$(CONFIG_ARCH_STI) += sti/
dc606c52 4obj-$(CONFIG_ARCH_TEGRA) += tegra/
62700682 5obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
e27b4a6e 6obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
70d467ea 7obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o
2acb037f 8obj-$(CONFIG_RESET_GEMINI) += reset-gemini.o
abf97755 9obj-$(CONFIG_RESET_IMX7) += reset-imx7.o
cd7f4b81 10obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o
44336c24 11obj-$(CONFIG_RESET_MESON) += reset-meson.o
6e667fac 12obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
fab3f730 13obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o
5c91407e 14obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
7e0e901d 15obj-$(CONFIG_RESET_STM32) += reset-stm32.o
0ae08419 16obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
28df169b 17obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o
dd9bf863 18obj-$(CONFIG_RESET_TI_SYSCON) += reset-ti-syscon.o
54e991b5 19obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
b38386f4 20obj-$(CONFIG_RESET_ZX2967) += reset-zx2967.o
6f51b860 21obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o
abf97755 22