diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 10:02:57 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:57 +0200 |
commit | fc80a5e3d0480d416e4f53b0680aaf525b5076d8 (patch) | |
tree | e058d92028489487af27582fb076c915c4ad6cee /arch/arm/mach-mx2/Makefile | |
parent | 32dc80c9cb13a7ce686bcc26efcf39e35719b466 (diff) |
i.MX2 family: Add basic device support
This patch adds a few on-chip devices for i.MX21/i.MX27 procesors.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Makefile')
-rw-r--r-- | arch/arm/mach-mx2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile index 937192dc57a..db4d9c6f273 100644 --- a/arch/arm/mach-mx2/Makefile +++ b/arch/arm/mach-mx2/Makefile @@ -4,4 +4,4 @@ # Object file lists. -obj-y := system.o generic.o +obj-y := system.o generic.o devices.o |