diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-09-09 12:19:40 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-09-09 12:19:40 +0400 |
commit | 282b13d066927aeba7137ce3c03d2ee69b8d4940 (patch) | |
tree | e8aec3b609fdafcb1c8c09aaf71796f27d73422c /arch/arm/plat-mxc/Makefile | |
parent | 82a28c794f27aac17d7a3ebd7f14d731a11a5532 (diff) | |
download | linux-282b13d066927aeba7137ce3c03d2ee69b8d4940.tar.xz |
MXC: add convenience function to register platform devices
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r-- | arch/arm/plat-mxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index db66e9ae8414..8c0f06e8fd3e 100644 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -3,6 +3,6 @@ # # Common support -obj-y := irq.o clock.o gpio.o time.o +obj-y := irq.o clock.o gpio.o time.o devices.o obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o |