fs/iso9660: fix iso9660 support

Similar to the "fs/initramfs: fix initramfs support" commit the same
problem applies to iso9660 in a different way. By adding iso9660 to
TARGETS it gets called before target-finalize with obvious consequences.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2014-03-06 17:55:35 -03:00 committed by Thomas Petazzoni
parent cfd1f70a10
commit 7ffd8642da
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@ rootfs-iso9660: $(BINARIES_DIR)/rootfs.iso9660
#
################################################################################
ifeq ($(BR2_TARGET_ROOTFS_ISO9660),y)
TARGETS += rootfs-iso9660
TARGETS_ROOTFS += rootfs-iso9660
endif