]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/libfdt/Makefile
linux/types.h: add typedef of uintptr_t
[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
6feed2a5
RD
8obj-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
ddf67f71
MR
18
19obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o