core/out-of-tree: fix Makefile wrapper
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 16 Jul 2015 21:16:46 +0000 (23:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Jul 2015 21:38:52 +0000 (23:38 +0200)
commit6bae1ac5757f7dac2c906447502542bbb0cbdd62
treeec581ef08b122714ce4917e02d9e833e68b7d3db
parent3788ad02cb7eb7e8384168a07e84223ae19e6f2d
core/out-of-tree: fix Makefile wrapper

Commit 971faf8 (Makefile: fix out-of-tree builds with multiple targets
with 'all') renamed the default target to '_all' to avoid name-clashing.

In doing so, I forgot to also fix the instance in the .PHONY rule.

Fix that now.

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