summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_dgen.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_lib_dgen.awk')
-rw-r--r--scripts/lib/ptxd_lib_dgen.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index 8e976cc72..27b6ce265 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -270,6 +270,7 @@ function import_PKG(this_PKG, this_pkg) {
# define default ${PKG}, ${PKG}_SOURCE, ${PKG}_DIR
if (target_PKG in PKG_to_pkg) {
print this_PKG " = $(" target_PKG ")" > DGEN_DEPS_PRE;
+ print this_PKG "_MD5 = $(" target_PKG "_MD5)" > DGEN_DEPS_PRE;
print this_PKG "_SOURCE = $(" \
target_PKG "_SOURCE)" > DGEN_DEPS_PRE;
print this_PKG "_DIR = $(addprefix $(" this_PKG_type \