Merge branch 'x86/urgent' into x86/asm, to pick up fixes
[deliverable/linux.git] / arch / mips / jz4740 / Makefile
CommitLineData
5ebabe59
LPC
1#
2# Makefile for the Ingenic JZ4740.
3#
4
5# Object file lists.
6
44e08e70 7obj-y += prom.o time.o reset.o setup.o \
5b9cdd24
PB
8 platform.o timer.o
9
10obj-$(CONFIG_MACH_JZ4740) += gpio.o
5ebabe59 11
6ec127fb
PB
12CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
13
5ebabe59
LPC
14# board specific support
15
e6b78c4f
LPC
16obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
17
5ebabe59
LPC
18# PM support
19
20obj-$(CONFIG_PM) += pm.o
This page took 0.296055 seconds and 5 git commands to generate.