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, 0 insertions, 11 deletions
diff --git a/qemu/roms/u-boot/lib/libfdt/Makefile b/qemu/roms/u-boot/lib/libfdt/Makefile
deleted file mode 100644
index a02c9b02a..000000000
--- a/qemu/roms/u-boot/lib/libfdt/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# (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)