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