1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Ingenic JZ4740. 4# 5 6# Object file lists. 7 8obj-y += prom.o time.o reset.o setup.o \ 9 platform.o timer.o 10 11CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt 12 13# board specific support 14 15obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o 16 17# PM support 18 19obj-$(CONFIG_PM) += pm.o 20