summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-07-18 10:46:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-18 16:21:43 +0200
commit67e4d52b4070fe66a680aae4aebf221561e81808 (patch)
treec64b09f58011360e75af53bc663a47589ea2b742 /arch/arm/mach-imx/Makefile
parent26cae7c740616933a43fda4a503d9d2169305eaf (diff)
downloadbarebox-67e4d52b4070fe66a680aae4aebf221561e81808.tar.gz
barebox-67e4d52b4070fe66a680aae4aebf221561e81808.tar.xz
ARM/i.MX: add support to detect the reset source
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 03e24218c1..7cd07407b8 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -1,4 +1,5 @@
obj-y += clocksource.o gpio.o
+obj-$(CONFIG_RESET_SOURCE) += reset_source.o
obj-$(CONFIG_ARCH_IMX1) += speed-imx1.o imx1.o iomux-v1.o
obj-$(CONFIG_ARCH_IMX25) += speed-imx25.o imx25.o iomux-v3.o
obj-$(CONFIG_ARCH_IMX21) += speed-imx21.o imx21.o iomux-v1.o