diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 10:02:56 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:02:56 +0200 |
commit | eea643f7ff04fe17c3ff71d41a9487c0753bd821 (patch) | |
tree | c9c097f8c99c155064c37e619527687ba4286873 /arch/arm/mach-mx2/Makefile | |
parent | aa10abd381b9493a88f6b9e111adc79e33d548fa (diff) | |
download | kernel-crypto-eea643f7ff04fe17c3ff71d41a9487c0753bd821.tar.gz kernel-crypto-eea643f7ff04fe17c3ff71d41a9487c0753bd821.tar.xz kernel-crypto-eea643f7ff04fe17c3ff71d41a9487c0753bd821.zip |
i.MX2 family: Add basic mach support (sources)
This patch adds basic mach support for the mx2 processor family, based
on the original freescale code and adapted to mainline kernel coding
style.
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile new file mode 100644 index 00000000000..937192dc57a --- /dev/null +++ b/arch/arm/mach-mx2/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the linux kernel. +# + +# Object file lists. + +obj-y := system.o generic.o |