1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 20:02:27 +02:00
openwrt-xburst/target/linux/xburst/files-2.6.31/arch/mips/jz4740/Makefile

28 lines
590 B
Makefile
Raw Normal View History

2009-08-20 12:38:17 +03:00
#
# Makefile for the Ingenic JZ4740.
#
# Object file lists.
obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
2009-09-17 13:19:05 +03:00
gpio.o clock.o platform.o
2009-08-20 12:38:17 +03:00
obj-$(CONFIG_PROC_FS) += proc.o
# board specific support
obj-$(CONFIG_JZ4740_PAVO) += board-pavo.o
obj-$(CONFIG_JZ4740_LEO) += board-leo.o
obj-$(CONFIG_JZ4740_LYRA) += board-lyra.o
obj-$(CONFIG_JZ4725_DIPPER) += board-dipper.o
obj-$(CONFIG_JZ4720_VIRGO) += board-virgo.o
2009-10-11 23:26:23 +03:00
obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
2009-08-20 12:38:17 +03:00
# PM support
obj-$(CONFIG_PM) +=pm.o
# CPU Frequency scaling support
obj-$(CONFIG_CPU_FREQ_JZ) +=cpufreq.o