fs/iso9660: add dependencies for make source
authorKaroly Kasza <kaszak@gmail.com>
Sat, 18 Oct 2014 18:23:59 +0000 (20:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Oct 2014 09:52:32 +0000 (11:52 +0200)
commite4a436f5e4a96a90051dc8265878f5a370343702
treed0378ad75e6d3b73a869b49c463bb9439747e02c
parent05a710e0d521624233d95d311c6019b49dd0caa1
fs/iso9660: add dependencies for make source

The "iso image" rootfs target is a special one, as it does not use the
ROOTFS_TARGET infrastructure. The absence of ROOTFS_*_DEPENDENCIES
variable makes "make source" to skip this target's dependencies
(namely host-cdrkit and it's children) obstructing an offline build.

[Thomas: add the rootfs-iso9660-show-depends target, so that 'make
graph-depends' doesn't break when iso9660 is selected.]

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/iso9660/iso9660.mk