mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-01 00:45:43 +00:00

Add upower api support, this is modified from upower firmware exported package. Signed-off-by: Peng Fan <peng.fan@nxp.com>
11 lines
189 B
Makefile
11 lines
189 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
|
|
|
|
ifeq ($(CONFIG_SPL_BUILD),y)
|
|
obj-y += upower/
|
|
endif
|