@@ -0,0 +1,9 @@
platform ?= amd64
all_kernel:
make -C kernel platform=$(platform) all
clean_kernel:
make -C kernel platform=$(platform) clean
.PHONY: all_kernel clean_kernel
The note is not visible to the blocked user.