mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 13:35:21 +02:00
dc3d3f1c49
it's basically also provided by ingenic and nativly based on 2.6.27, adjusted to fit into the OpenWrt-environment
24 lines
410 B
Makefile
24 lines
410 B
Makefile
#
|
|
# Makefile for the Ingenic JZ4750D.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y += prom.o irq.o time.o reset.o setup.o dma.o \
|
|
platform.o i2c.o
|
|
|
|
obj-$(CONFIG_PROC_FS) += proc.o
|
|
|
|
# board specific support
|
|
|
|
obj-$(CONFIG_JZ4750D_FUWA1) += board-fuwa1.o
|
|
obj-$(CONFIG_JZ4750D_CETUS) += board-cetus.o
|
|
|
|
# PM support
|
|
|
|
obj-$(CONFIG_PM) +=pm.o
|
|
|
|
# CPU Frequency scaling support
|
|
|
|
obj-$(CONFIG_CPU_FREQ_JZ) +=cpufreq.o
|