Replace Justfile with Makefile Return back on using a Makefile for the build in order to remove extra dependency. Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Configure the project (only needed for the first build):
make configure BOARD=tpmdd_amd64_efi
Build the image:
make build BOARD=tpmdd_amd64_efi
For any subsequent changes, you can simply re-run make build BOARD=tpmdd_amd64_efi.