Makefile: targets are now declared phony by the appropriate infrastructures
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Apr 2015 16:37:47 +0000 (18:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Apr 2015 08:16:14 +0000 (10:16 +0200)
commit93f911f1bacc3e6fb668d20219060129bc6555f4
tree348630fd6a8f5ee81a7b46bef6fd46a025e28670
parent2aef771f6e05d3fd1ea59c2faab986eaa55f28f7
Makefile: targets are now declared phony by the appropriate infrastructures

The main Makefile was declaring a subset of the per-package targets as
being PHONY, but not all of them. Now that the pkg-generic package
infrastructure is taking care of that in a much more systematic
fashion, this commit gets rid of the unneeded code from the main
Makefile.

[Thomas: re-add list-defconfigs to the list of PHONY targets, as
noticed by Yann.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Makefile