X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/12e99cb789b45fa00e62fd4d379b26f9b040ffb7..a5d58567566ccbd2b3161e25f1066e60a452b6c2:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 0217fcff6..9ee369d9b 100644 --- a/include/target.mk +++ b/include/target.mk @@ -150,6 +150,7 @@ define BuildTargets/DumpCurrent echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \ echo 'Target-Arch: $(ARCH)'; \ echo 'Target-Features: $(FEATURES)'; \ + echo 'Target-Depends: $(DEPENDS)'; \ echo 'Linux-Version: $(LINUX_VERSION)'; \ echo 'Linux-Release: $(LINUX_RELEASE)'; \ echo 'Linux-Kernel-Arch: $(LINUX_KARCH)'; \