summaryrefslogtreecommitdiff
path: root/linux/arch/arm/mach-mx1/Makefile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2009-04-03 15:33:35 +0200
committerGuennadi Liakhovetski <g.liakhovetski@gmx.de>2009-04-03 15:33:35 +0200
commit585e1cd09eb5a13991d907832b853e4c1fd7411b (patch)
treee68433c0a9622f65877e994e0805d5152b8d24c1 /linux/arch/arm/mach-mx1/Makefile
parent13a03d748ee008767d82696fe3a61593c19d37bc (diff)
downloadmediapointer-dvb-s2-585e1cd09eb5a13991d907832b853e4c1fd7411b.tar.gz
mediapointer-dvb-s2-585e1cd09eb5a13991d907832b853e4c1fd7411b.tar.bz2
sync: add files needed for the following two commits
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> kernel-sync:
Diffstat (limited to 'linux/arch/arm/mach-mx1/Makefile')
-rw-r--r--linux/arch/arm/mach-mx1/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/arch/arm/mach-mx1/Makefile b/linux/arch/arm/mach-mx1/Makefile
new file mode 100644
index 000000000..82f130956
--- /dev/null
+++ b/linux/arch/arm/mach-mx1/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the linux kernel.
+#
+
+# Object file lists.
+
+obj-y += generic.o clock.o devices.o
+
+# Specific board support
+obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o
+obj-$(CONFIG_MACH_SCB9328) += scb9328.o \ No newline at end of file