]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/libfdt/Makefile
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[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
c71b64f3 8COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o fdt_empty_tree.o
7cd5da0f 9
0a1a1575
MY
10obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
11obj-$(CONFIG_FIT) += $(COBJS-libfdt)