2010-06-19 08:08:19 +04:00
|
|
|
#
|
|
|
|
# Makefile for the Ingenic JZ4740.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Object file lists.
|
|
|
|
|
2015-05-24 18:11:31 +03:00
|
|
|
obj-y += prom.o time.o reset.o setup.o \
|
2015-05-24 18:11:45 +03:00
|
|
|
gpio.o platform.o timer.o
|
2010-06-19 08:08:19 +04:00
|
|
|
|
2015-05-24 18:11:42 +03:00
|
|
|
CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
|
|
|
|
2010-06-19 08:08:19 +04:00
|
|
|
# board specific support
|
|
|
|
|
2010-07-17 15:16:29 +04:00
|
|
|
obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
|
|
|
|
|
2010-06-19 08:08:19 +04:00
|
|
|
# PM support
|
|
|
|
|
|
|
|
obj-$(CONFIG_PM) += pm.o
|