MIPS: BMIPS: Add cpu-feature-overrides.h
[deliverable/linux.git] / arch / mips / jz4740 / Makefile
1 #
2 # Makefile for the Ingenic JZ4740.
3 #
4
5 # Object file lists.
6
7 obj-y += prom.o time.o reset.o setup.o \
8 platform.o timer.o
9
10 obj-$(CONFIG_MACH_JZ4740) += gpio.o
11
12 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
13
14 # board specific support
15
16 obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
17
18 # PM support
19
20 obj-$(CONFIG_PM) += pm.o
This page took 0.042051 seconds and 5 git commands to generate.