Root/arch/mips/jz4740/Makefile

Source at commit 41057ef created 13 years 11 months ago.
By Lars-Peter Clausen, Add n516 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
16
17# PM support
18
19obj-$(CONFIG_PM) += pm.o
20
21EXTRA_CFLAGS += -Werror -Wall
22

Archive Download this file



interactive