1
0
Fork 0

Fix initfs build

main
Mark 2024-12-16 20:50:34 -08:00
parent a6f7d459d1
commit fbb975674f
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ $(BUILD_DIR)/filesystem/boot/initfs: $(shell find ./components -type f -not -pat
rm -f $@
make -C tools
make -C components
./tools/bin/redox-initfs-ar --output $@ ./components/build
./tools/bin/redox-initfs-ar \
./components/build \
./components/build/boot/bootstrap \
--output $@
$(BUILD_DIR)/filesystem/boot/kernel: $(shell find ./kernel -type f -not -path "*/target/*")
@mkdir -p $(BUILD_DIR)/filesystem/boot