OSDN Git Service

kernel.mk: make new build system happy
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 27 Sep 2019 08:28:03 +0000 (16:28 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 2 Oct 2019 10:57:27 +0000 (18:57 +0800)
commita85fa79471850f0eaac9fd7a6f1bc147da71888b
treeaa9bc1421a8d812e35e9a3009a015893f0c4710b
parent5eb12bf86e9664e7827e8f140586eea0e58c92f3
kernel.mk: make new build system happy

The new build system requires

* A real file doesn't depend on a .PHONY target
* .PHONY targets do not have "/" in them

Change the rules to meet the requirements.
build/tasks/kernel.mk