GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user