Non-existent target check is marked phony

The non-existent target "check" is marked phony.

Signed-off-by: Justin Ko <oknitsuj@gmail.com>
This commit is contained in:
Justin Ko 2018-03-08 14:52:48 -08:00 committed by Justin Ko
parent 5e0b1b22c4
commit 2eefd62710

View File

@ -71,7 +71,7 @@ endif
KERNEL_VERSIONS= KERNEL_VERSIONS=
.PHONY: check build push .PHONY: fetch build push
# Targets: # Targets:
# fetch: Downloads the kernel sources into ./sources # fetch: Downloads the kernel sources into ./sources
# build: Builds all kernels # build: Builds all kernels