Root/arch/mips/jz4740/Makefile

Source at commit 9ed25f0ee4508b30de1619c081a9d6d75471bd0d created 11 years 6 months ago.
By Thierry Reding, pwm: Add Ingenic JZ4740 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 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_A320) += board-a320.o
16
17# PM support
18
19obj-$(CONFIG_PM) += pm.o
20obj-$(CONFIG_CPU_FREQ_JZ) += cpufreq.o
21

Archive Download this file



interactive