Merge xburst target.
[15.05/openwrt.git] / target / linux / xburst / files-2.6.32 / arch / mips / jz4740 / Makefile
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
9
10 # board specific support
11
12 obj-$(CONFIG_JZ4740_QI_LB60)    += board-qi_lb60.o
13 obj-$(CONFIG_JZ4740_N526)       += board-n526.o
14
15 # PM support
16
17 obj-$(CONFIG_PM)         +=pm.o
18