projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aspeed: Support for ast2500 Eval Board
[platform/kernel/u-boot.git]
/
lib
/
libfdt
/
Makefile
1
#
2
# (C) Copyright 2000-2007
3
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4
#
5
# SPDX-License-Identifier: GPL-2.0+
6
#
7
8
obj-y += \
9
fdt.o \
10
fdt_ro.o \
11
fdt_rw.o \
12
fdt_strerror.o \
13
fdt_sw.o \
14
fdt_wip.o \
15
fdt_empty_tree.o \
16
fdt_addresses.o \
17
fdt_region.o
18
19
obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o