Add back rootfs-* dependencies to "source" and "legal-info" targets
authorFabio Porcedda <fabio.porcedda@gmail.com>
Thu, 13 Mar 2014 16:06:59 +0000 (17:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Mar 2014 11:08:59 +0000 (12:08 +0100)
commitb1069239cf2098fbdce7046627e1dc53a07acbc3
tree94fa5a833e899afba08ac81bec1bd55d73147f56
parentcd9c1c3f75a0236a84a5c546fee1681b1756fb19
Add back rootfs-* dependencies to "source" and "legal-info" targets

After adding support top-level parallel make the rootfs-* dependencies
were not anymore considered for the "source" and "legal-info" targets
because the rootfs-* targets were removed from TARGETS variable and
placed in the TARGETS_ROOTFS variable so to fix the issue use use both
"TARGETS" and "TARGETS_ROOTFS" variables.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: Vincent Stehlé <vincent.stehle@freescale.com>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile