diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-09 09:09:29 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-09 09:09:29 -0400 |
commit | 054d5c9238f3c577ad51195c3ee7803613f322cc (patch) | |
tree | ff7d9f5c0e0ddf14230ba28f28ef69a2c0a0debf /arch/mips/jz4740/Makefile | |
parent | 11e4afb49b7fa1fc8e1ffd850c1806dd86a08204 (diff) | |
parent | 2192482ee5ce5d5d4a6cec0c351b2d3a744606eb (diff) |
Merge branch 'devel-stable' into devel
Diffstat (limited to 'arch/mips/jz4740/Makefile')
-rw-r--r-- | arch/mips/jz4740/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Makefile b/arch/mips/jz4740/Makefile new file mode 100644 index 000000000000..a604eaeb6c08 --- /dev/null +++ b/arch/mips/jz4740/Makefile | |||
@@ -0,0 +1,20 @@ | |||
1 | # | ||
2 | # Makefile for the Ingenic JZ4740. | ||
3 | # | ||
4 | |||
5 | # Object file lists. | ||
6 | |||
7 | obj-y += prom.o irq.o time.o reset.o setup.o dma.o \ | ||
8 | gpio.o clock.o platform.o timer.o pwm.o serial.o | ||
9 | |||
10 | obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o | ||
11 | |||
12 | # board specific support | ||
13 | |||
14 | obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o | ||
15 | |||
16 | # PM support | ||
17 | |||
18 | obj-$(CONFIG_PM) += pm.o | ||
19 | |||
20 | EXTRA_CFLAGS += -Werror -Wall | ||