]> git.ipfire.org Git - people/ms/u-boot.git/blob - lib/libfdt/Makefile
be42e946b794d5a43a6a24cbb72e54fee439050e
[people/ms/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 # Use upstream code.
9 obj-y += \
10 fdt.o \
11 fdt_wip.o \
12 fdt_strerror.o \
13 fdt_sw.o \
14 fdt_empty_tree.o \
15 fdt_addresses.o
16
17 obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
18
19 # Locally modified for U-Boot.
20 # TODO: split out the local modifiction.
21 obj-y += \
22 fdt_ro.o \
23 fdt_rw.o
24
25 # U-Boot own file
26 obj-y += fdt_region.o