forked from Mirrors/opensbi

FDT helper file contain both fdt fixup and parsing functions. Split the fixup related functions to a separate file for a better code organization. Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
9 lines
175 B
Makefile
9 lines
175 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (C) 2020 Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += fdt/fdt_helper.o
|
|
libsbiutils-objs-y += fdt/fdt_fixup.o
|