Add tree to required binaries

This commit is contained in:
River 2025-03-30 09:45:36 -04:00
parent 2eccf91884
commit a2de95687f
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -22,7 +22,7 @@ else ifeq ($(TARGET),loongarch64-unknown-none)
qemu = "qemu-system-loongarch64" qemu = "qemu-system-loongarch64"
endif endif
executables = rustup xorriso limine $(qemu) executables = rustup xorriso limine tree $(qemu)
all: kernel iso run all: kernel iso run