Masahiro Yamada | 5b321a6 | 2015-11-05 17:17:32 +0900 | [diff] [blame] | 1 | obj-y += core.o |
Philipp Zabel | cddb480 | 2016-07-28 15:36:37 +0200 | [diff] [blame] | 2 | obj-y += hisilicon/ |
Stephen Gallimore | e5d7607 | 2013-08-07 15:53:12 +0100 | [diff] [blame] | 3 | obj-$(CONFIG_ARCH_STI) += sti/ |
Philipp Zabel | e27b4a6 | 2016-07-28 15:30:08 +0200 | [diff] [blame] | 4 | obj-$(CONFIG_RESET_ATH79) += reset-ath79.o |
Philipp Zabel | 70d467e | 2016-07-28 15:31:12 +0200 | [diff] [blame] | 5 | obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o |
Philipp Zabel | cd7f4b8 | 2016-07-28 15:32:01 +0200 | [diff] [blame] | 6 | obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o |
Philipp Zabel | 44336c2 | 2016-07-28 15:32:36 +0200 | [diff] [blame] | 7 | obj-$(CONFIG_RESET_MESON) += reset-meson.o |
Neil Armstrong | 6e667fa | 2016-04-01 16:16:13 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o |
Philipp Zabel | fab3f73 | 2016-07-28 15:33:07 +0200 | [diff] [blame] | 9 | obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o |
Philipp Zabel | 5c91407 | 2016-07-28 15:33:43 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o |
Philipp Zabel | 7e0e901 | 2016-07-28 15:34:15 +0200 | [diff] [blame] | 11 | obj-$(CONFIG_RESET_STM32) += reset-stm32.o |
Philipp Zabel | 0ae0841 | 2016-08-09 09:28:44 +0200 | [diff] [blame] | 12 | obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o |
Andrew F. Davis | cc7c2bb | 2016-06-27 12:12:17 -0500 | [diff] [blame] | 13 | obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o |
Masahiro Yamada | 54e991b | 2016-08-02 13:18:29 +0900 | [diff] [blame] | 14 | obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o |
Philipp Zabel | 6f51b86 | 2016-08-09 09:28:54 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_RESET_ZYNQ) += reset-zynq.o |