paw: host: Add CUMHOLE pre-boot image format
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# Copyright (c) 2026, Chloe M.
|
||||
# Provided under the BSD-3 clause
|
||||
#
|
||||
# Description: Host tools build
|
||||
# Author: Chloe M.
|
||||
#
|
||||
|
||||
.SILENT:
|
||||
|
||||
.PHONY: all
|
||||
all: bin hole
|
||||
|
||||
.PHONY: bin
|
||||
bin:
|
||||
mkdir -p $@
|
||||
|
||||
.PHONY: hole
|
||||
hole:
|
||||
echo "[*] Building hole..."
|
||||
cd hole/; $(MAKE)
|
||||
Reference in New Issue
Block a user