]> Git Repo - J-u-boot.git/blame - lib/libfdt/Makefile
fdt: Sync up with libfdt
[J-u-boot.git] / lib / libfdt / Makefile
CommitLineData
fa3a74ce
GVB
1#
2# (C) Copyright 2000-2007
3# Wolfgang Denk, DENX Software Engineering, [email protected].
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
fa3a74ce 6#
7cd5da0f 7
0596d35d
SG
8COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o \
9 fdt_empty_tree.o fdt_addresses.o
7cd5da0f 10
0a1a1575
MY
11obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
12obj-$(CONFIG_FIT) += $(COBJS-libfdt)
This page took 0.294653 seconds and 4 git commands to generate.