summaryrefslogtreecommitdiffstats
path: root/arch/mips/jz4740/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen2010-06-19 06:08:19 +0200
committerRalf Baechle2010-08-05 14:26:17 +0200
commit5ebabe59807e116976b073ec43327eedb4b357e2 (patch)
treea8773d04073b88a3e5c43ddd9a133c090f250f0d /arch/mips/jz4740/Makefile
parentMIPS: JZ4740: Add platform devices (diff)
downloadkernel-qcow2-linux-5ebabe59807e116976b073ec43327eedb4b357e2.tar.gz
kernel-qcow2-linux-5ebabe59807e116976b073ec43327eedb4b357e2.tar.xz
kernel-qcow2-linux-5ebabe59807e116976b073ec43327eedb4b357e2.zip
MIPS: JZ4740: Add Kbuild files
Add the Kbuild files for the JZ4740 architecture and adds JZ4740 support to the MIPS Kbuild files. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1406/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jz4740/Makefile')
-rw-r--r--arch/mips/jz4740/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Makefile b/arch/mips/jz4740/Makefile
new file mode 100644
index 000000000000..a803ccb0cf6d
--- /dev/null
+++ b/arch/mips/jz4740/Makefile
@@ -0,0 +1,18 @@
+#
+# Makefile for the Ingenic JZ4740.
+#
+
+# Object file lists.
+
+obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
+ gpio.o clock.o platform.o timer.o pwm.o serial.o
+
+obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o
+
+# board specific support
+
+# PM support
+
+obj-$(CONFIG_PM) += pm.o
+
+EXTRA_CFLAGS += -Werror -Wall