diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2020-02-19 03:04:34 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-03-04 14:44:27 +0300 |
commit | d42c6d0f8d004c3661dde3c376ed637e9f292c22 (patch) | |
tree | 025c48a9095a4afee2493f599e9805536bcf9dd7 /arch/powerpc/platforms/powernv/setup.c | |
parent | 6453f9ed9d4e4b4cdf201bf34bf460c436bf50ea (diff) | |
download | linux-d42c6d0f8d004c3661dde3c376ed637e9f292c22.tar.xz |
powerpc/Makefile: Mark phony targets as PHONY
Some of our phony targets are not marked as such. This can lead to
confusing errors, eg:
$ make clean
$ touch install
$ make install
make: 'install' is up to date.
$
Fix it by adding them to the PHONY variable which is marked phony in
the top-level Makefile, or in scripts/Makefile.build for the boot
Makefile.
Suggested-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200219000434.15872-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/platforms/powernv/setup.c')
0 files changed, 0 insertions, 0 deletions