Creating an emmc image requires the bct file as a prerequisite. Add the dependency to post.mk. Signed-off-by: Nikolaus Schulz <nikolaus.schulz@xxxxxxxxxxxxxxxxx> --- build/post.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/post.mk b/build/post.mk index 979d8ce..809fa2b 100644 --- a/build/post.mk +++ b/build/post.mk @@ -26,6 +26,6 @@ image_deps := $(addprefix .,$(addsuffix .d,$(images))) %.bct: %.bct.cfg cbootimage -gbct -$(soc) $< $@ -%.img: %.img.cfg +%.img: %.img.cfg $(bcts) ../../../build/gen-image-deps.sh $< $@ .$@.d cbootimage -$(soc) $< $@ -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html