xref: /rk3399_ARM-atf/lib/libfdt/libfdt.mk (revision b7c6529c412d53b74e2a1fb6a7b1a70438a02802)
1#
2# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7LIBFDT_SRCS	:=	$(addprefix lib/libfdt/,	\
8			fdt.c				\
9			fdt_addresses.c			\
10			fdt_empty_tree.c		\
11			fdt_ro.c			\
12			fdt_rw.c			\
13			fdt_strerror.c			\
14			fdt_sw.c			\
15			fdt_wip.c)			\
16
17INCLUDES	+=	-Iinclude/lib/libfdt
18
19$(eval $(call MAKE_LIB,fdt))
20