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