[xburst] jz4740-gpio: Fix potential race condition
[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 obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o
11
12 # board specific support
13
14 obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
15 obj-$(CONFIG_JZ4740_N516) += board-n516.o board-n516-display.o
16 obj-$(CONFIG_JZ4740_N526) += board-n526.o
17
18 # PM support
19
20 obj-$(CONFIG_PM) += pm.o
21
This page took 0.056198 seconds and 5 git commands to generate.