Lars-Peter Clausen | 5ebabe5 | 2010-06-19 04:08:19 +0000 | [diff] [blame] | 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 | |
Lars-Peter Clausen | e6b78c4 | 2010-07-17 11:16:29 +0000 | [diff] [blame] | 14 | obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o |
| 15 | |
Lars-Peter Clausen | 5ebabe5 | 2010-06-19 04:08:19 +0000 | [diff] [blame] | 16 | # PM support |
| 17 | |
| 18 | obj-$(CONFIG_PM) += pm.o |
| 19 | |
| 20 | EXTRA_CFLAGS += -Werror -Wall |