mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00

Align entire TF-A to use Arm in copyright header. Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
19 lines
374 B
Makefile
19 lines
374 B
Makefile
#
|
|
# 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
|
|
|
|
$(eval $(call MAKE_LIB,fdt))
|