blob: 2c9938fcdf0ab2ae9ee2a5d6847255b82fdd6649 [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 Fan3e237942021-08-07 16:01:10 +08008
9ifeq ($(CONFIG_SPL_BUILD),y)
10obj-y += upower/
11endif