You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
344 B
17 lines
344 B
#
|
|
# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
LIBFDT_SRCS := $(addprefix lib/libfdt/, \
|
|
fdt.c \
|
|
fdt_addresses.c \
|
|
fdt_empty_tree.c \
|
|
fdt_ro.c \
|
|
fdt_rw.c \
|
|
fdt_strerror.c \
|
|
fdt_sw.c \
|
|
fdt_wip.c) \
|
|
|
|
INCLUDES += -Iinclude/lib/libfdt
|
|
|