From 2eefd627105b101a16bf429d8bedbf49eb9f1a5f Mon Sep 17 00:00:00 2001 From: Justin Ko Date: Thu, 8 Mar 2018 14:52:48 -0800 Subject: [PATCH] Non-existent target check is marked phony The non-existent target "check" is marked phony. Signed-off-by: Justin Ko --- kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Makefile b/kernel/Makefile index dbc3ccb7d..89c336c55 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -71,7 +71,7 @@ endif KERNEL_VERSIONS= -.PHONY: check build push +.PHONY: fetch build push # Targets: # fetch: Downloads the kernel sources into ./sources # build: Builds all kernels