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
|