]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - lib/libfdt/Makefile
pcm051: use ti_am335x_common.h config
[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 fdt_empty_tree.o
9
10 obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
11 obj-$(CONFIG_FIT) += $(COBJS-libfdt)