Root/arch/mips/jz4740/Makefile

Source at commit ff3fd14930dfdcd55fab93547972eded674b94a5 created 13 years 12 days ago.
By Maarten ter Huurne, MIPS: A320: Add Dingoo A320 board support.
1#
2# Makefile for the Ingenic JZ4740.
3#
4
5# Object file lists.
6
7obj-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
10obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o
11
12# board specific support
13
14obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
15obj-$(CONFIG_JZ4740_N516) += board-n516.o board-n516-display.o
16obj-$(CONFIG_JZ4740_N526) += board-n526.o
17obj-$(CONFIG_JZ4740_ID800WT) += board-id800wt.o
18obj-$(CONFIG_JZ4740_A320) += board-a320.o
19
20# PM support
21
22obj-$(CONFIG_PM) += pm.o
23obj-$(CONFIG_CPU_FREQ_JZ) += cpufreq.o
24
25ccflags-y := -Werror -Wall
26

Archive Download this file



interactive