]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/libfdt/Makefile
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
[people/ms/u-boot.git] / lib / libfdt / Makefile
CommitLineData
fa3a74ce
GVB
1#
2# (C) Copyright 2000-2007
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
fa3a74ce 6#
7cd5da0f 7
50a327de 8# Use upstream code.
6feed2a5
RD
9obj-y += \
10 fdt.o \
26e961c8 11 fdt_wip.o \
6feed2a5
RD
12 fdt_strerror.o \
13 fdt_sw.o \
ae9ace70 14 fdt_rw.o \
6feed2a5 15 fdt_empty_tree.o \
50a327de 16 fdt_addresses.o
ddf67f71
MR
17
18obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
50a327de
MY
19
20# Locally modified for U-Boot.
21# TODO: split out the local modifiction.
ae9ace70 22obj-y += fdt_ro.o
50a327de
MY
23
24# U-Boot own file
25obj-y += fdt_region.o