]> Git Repo - u-boot.git/blame - lib/libfdt/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / lib / libfdt / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
fa3a74ce
GVB
2#
3# (C) Copyright 2000-2007
4# Wolfgang Denk, DENX Software Engineering, [email protected].
7cd5da0f 5
50a327de 6# Use upstream code.
6feed2a5
RD
7obj-y += \
8 fdt.o \
26e961c8 9 fdt_wip.o \
6feed2a5
RD
10 fdt_strerror.o \
11 fdt_sw.o \
ae9ace70 12 fdt_rw.o \
6feed2a5 13 fdt_empty_tree.o \
50a327de 14 fdt_addresses.o
ddf67f71
MR
15
16obj-$(CONFIG_OF_LIBFDT_OVERLAY) += fdt_overlay.o
50a327de
MY
17
18# Locally modified for U-Boot.
19# TODO: split out the local modifiction.
ae9ace70 20obj-y += fdt_ro.o
50a327de
MY
21
22# U-Boot own file
23obj-y += fdt_region.o
b08c8c48
MY
24
25ccflags-y := -I$(srctree)/scripts/dtc/libfdt
This page took 0.237147 seconds and 4 git commands to generate.