mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
f590c4942a
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
14 lines
507 B
Diff
14 lines
507 B
Diff
diff --git a/libfdt/Makefile.libfdt b/libfdt/Makefile.libfdt
|
|
index e546397..dd71746 100644
|
|
--- a/libfdt/Makefile.libfdt
|
|
+++ b/libfdt/Makefile.libfdt
|
|
@@ -10,7 +10,7 @@ LIBFDT_VERSION = version.lds
|
|
LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \
|
|
fdt_addresses.c fdt_overlay.c fdt_check.c
|
|
LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
|
|
-LIBFDT_LIB = libfdt-$(DTC_VERSION).$(SHAREDLIB_EXT)
|
|
+LIBFDT_LIB = libfdt.$(SHAREDLIB_EXT)
|
|
|
|
libfdt_clean:
|
|
@$(VECHO) CLEAN "(libfdt)"
|