Merge pull request #2957 from kojustin/fix.typo

Non-existent target check is marked phony
This commit is contained in:
Justin Cormack 2018-03-09 18:18:11 +00:00 committed by GitHub
commit b218449d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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