blob: 39d70bde8cfe5a837ee8a7e0bc26d0adc7be6be8 [file] [log] [blame]
Lars-Peter Clausen5ebabe52010-06-19 04:08:19 +00001#
2# Makefile for the Ingenic JZ4740.
3#
4
5# Object file lists.
6
Paul Burton44e08e72015-05-24 16:11:31 +01007obj-y += prom.o time.o reset.o setup.o \
Paul Burton5b9cdd22015-05-24 16:11:46 +01008 platform.o timer.o
9
10obj-$(CONFIG_MACH_JZ4740) += gpio.o
Lars-Peter Clausen5ebabe52010-06-19 04:08:19 +000011
Paul Burton6ec127f2015-05-24 16:11:42 +010012CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
13
Lars-Peter Clausen5ebabe52010-06-19 04:08:19 +000014# board specific support
15
Lars-Peter Clausene6b78c42010-07-17 11:16:29 +000016obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
17
Lars-Peter Clausen5ebabe52010-06-19 04:08:19 +000018# PM support
19
20obj-$(CONFIG_PM) += pm.o