@ -0,0 +1,13 @@
include build/make.config
srctree := $(PWD)
all:
$(make) -C $(srctree)/kernel srctree=$(srctree) all
clean:
$(make) -C $(srctree)/kernel srctree=$(srctree) clean
include platform/make.$(platform)
.PHONY: all clean
The note is not visible to the blocked user.