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>
3 files changed
tree: f3f2f755a8cc426d229cac64e8c84e301793770a
  1. board/
  2. configs/
  3. linux/
  4. overlay/
  5. package/
  6. patches/
  7. .editorconfig
  8. .gitignore
  9. Config.in
  10. external.desc
  11. external.mk
  12. LICENSE
  13. Makefile
  14. README.md
README.md

linux-tpmdd test suite

Building

  1. Configure the project (only needed for the first build):

    make configure BOARD=tpmdd_amd64_efi
    
  2. Build the image:

    make build BOARD=tpmdd_amd64_efi
    

    For any subsequent changes, you can simply re-run make build BOARD=tpmdd_amd64_efi.