Root/arch/mips/jz4740/Makefile

Source at commit 694c7fbe86b8a9c91392e505afcb9fcfc91deccc created 13 years 12 days ago.
By Maarten ter Huurne, MIPS: JZ4740: Add cpufreq 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 \
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
15
16# PM support
17
18obj-$(CONFIG_PM) += pm.o
19obj-$(CONFIG_CPU_FREQ_JZ) += cpufreq.o
20

Archive Download this file



interactive