]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - lib/libfdt/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[karo-tx-uboot.git] / lib / libfdt / Makefile
1 #
2 # (C) Copyright 2000-2007
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 COBJS-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
10
11 obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
12 obj-$(CONFIG_FIT) += $(COBJS-libfdt)