commit | 550d5104ffe85f2f6994ef04a7172627cd76770e | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Thu May 22 13:09:27 2025 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Tue Jun 24 15:58:13 2025 +0000 |
tree | f6b0848eb24c2ee151dea1aaf859bf8de038a4e0 | |
parent | e1a53a699649c263860560a5ac784599c3b289ca [diff] |
refactor: remove dead make command LibFDT sources are built directly and not via the `MAKE_LIB` utility which isn't actually defined in TFTF. Signed-off-by: Harrison Mutai <harrison.mutai@arm.com> Change-Id: Ieed18abeade617e741743187fcffa65481b73ed1
diff --git a/lib/libfdt/libfdt.mk b/lib/libfdt/libfdt.mk index 959d7e2..c3f628d 100644 --- a/lib/libfdt/libfdt.mk +++ b/lib/libfdt/libfdt.mk
@@ -15,5 +15,3 @@ fdt_wip.c) \ INCLUDES += -Iinclude/lib/libfdt - -$(eval $(call MAKE_LIB,fdt))