summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/lib/libfdt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/lib/libfdt/Makefile')
-rw-r--r--qemu/roms/u-boot/lib/libfdt/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/lib/libfdt/Makefile b/qemu/roms/u-boot/lib/libfdt/Makefile
new file mode 100644
index 000000000..a02c9b02a
--- /dev/null
+++ b/qemu/roms/u-boot/lib/libfdt/Makefile
@@ -0,0 +1,11 @@
+#
+# (C) Copyright 2000-2007
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o fdt_empty_tree.o
+
+obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt)
+obj-$(CONFIG_FIT) += $(COBJS-libfdt)