summaryrefslogtreecommitdiff
path: root/drivers/reset/Makefile
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2016-07-28 15:36:37 +0200
committerPhilipp Zabel <p.zabel@pengutronix.de>2016-08-30 17:09:14 +0200
commitcddb4800162e543c202cbb05795a324f1093d168 (patch)
tree5d48e152eb5855c27d1c67318378c2cdc2876747 /drivers/reset/Makefile
parent6f51b860076995d290810cd5fdc00afbbe36ca28 (diff)
reset: hi6220: allow to compile test driver on other architectures
Also remove the RESET_CONTROLLER dependency, this Kconfig file is included inside the menuconfig already. Cc: Chen Feng <puck.chen@hisilicon.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r--drivers/reset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
index 56f90eab84cc..bbe7026617fc 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -1,6 +1,6 @@
obj-y += core.o
+obj-y += hisilicon/
obj-$(CONFIG_ARCH_STI) += sti/
-obj-$(CONFIG_ARCH_HISI) += hisilicon/
obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
obj-$(CONFIG_RESET_BERLIN) += reset-berlin.o
obj-$(CONFIG_RESET_LPC18XX) += reset-lpc18xx.o