mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 02:03:09 +00:00
6490c1271a
The ahab was missed to be compiled, so add it back. Signed-off-by: Peng Fan <peng.fan@nxp.com>
12 lines
223 B
Makefile
12 lines
223 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2020 NXP
|
|
#
|
|
|
|
obj-y += lowlevel_init.o
|
|
obj-y += soc.o clock.o iomux.o pcc.o cgc.o rdc.o
|
|
obj-$(CONFIG_AHAB_BOOT) += ahab.o
|
|
|
|
ifeq ($(CONFIG_SPL_BUILD),y)
|
|
obj-y += upower/
|
|
endif
|