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 timer.o 9 10CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt 11 12# PM support 13 14obj-$(CONFIG_PM) += pm.o 15