blob: f7692cf3a78f81797367edd1ccff250a63be2299 [file] [log] [blame]
Peng Fanb15705a2021-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 Fanfe1bf872021-08-07 16:00:56 +08007obj-y += soc.o clock.o iomux.o pcc.o cgc.o rdc.o
Peng Fanaf070282023-04-28 12:08:06 +08008obj-$(CONFIG_AHAB_BOOT) += ahab.o
Peng Fanac2cb4d2021-08-07 16:01:10 +08009
10ifeq ($(CONFIG_SPL_BUILD),y)
11obj-y += upower/
12endif