aboutsummaryrefslogtreecommitdiff
path: root/libfdt
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2018-11-23 21:58:42 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2018-11-23 21:58:42 +1100
commitf9c0a425b64817ba91563a84d9a7ea9033e3c14f (patch)
treec426f71c865c059a0d8d9fa7f47810f6fd6ae6cc /libfdt
parent5182b5e6f28cbe3563ed058988801b90a97b6b70 (diff)
downloaddtc-f9c0a425b64817ba91563a84d9a7ea9033e3c14f.zip
dtc-f9c0a425b64817ba91563a84d9a7ea9033e3c14f.tar.gz
dtc-f9c0a425b64817ba91563a84d9a7ea9033e3c14f.tar.bz2
Remove broken objdir / srcdir support
The dtc makefiles have support for building into a separate directory from the sources... except that it's broken and probably always has been. Remove the pretense. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/Makefile.libfdt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdt/Makefile.libfdt b/libfdt/Makefile.libfdt
index 9ec8e2d..3af3656 100644
--- a/libfdt/Makefile.libfdt
+++ b/libfdt/Makefile.libfdt
@@ -12,4 +12,4 @@ LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o)
libfdt_clean:
@$(VECHO) CLEAN "(libfdt)"
- rm -f $(STD_CLEANFILES:%=$(LIBFDT_objdir)/%)
+ rm -f $(STD_CLEANFILES:%=$(LIBFDT_dir)/%)