2022-07-26 16:40:39 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
# Copyright 2022 NXP
|
|
|
|
|
|
|
|
obj-y += lowlevel_init.o
|
2022-07-26 16:40:54 +08:00
|
|
|
obj-y += soc.o clock.o clock_root.o trdc.o
|
2022-07-26 16:41:04 +08:00
|
|
|
|
|
|
|
#ifndef CONFIG_SPL_BUILD
|
|
|
|
obj-y += imx_bootaux.o
|
|
|
|
#endif
|