blob: f7692cf3a78f81797367edd1ccff250a63be2299 [file] [log] [blame]
Peng Fan9ef89ea2021-08-07 16:00:35 +08001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2020 NXP
4#
5
6obj-y += lowlevel_init.o
Peng Fan367ff4b2021-08-07 16:00:56 +08007obj-y += soc.o clock.o iomux.o pcc.o cgc.o rdc.o
Peng Fan6490c122023-04-28 12:08:06 +08008obj-$(CONFIG_AHAB_BOOT) += ahab.o
Peng Fan3e237942021-08-07 16:01:10 +08009
10ifeq ($(CONFIG_SPL_BUILD),y)
11obj-y += upower/
12endif