diff options
Diffstat (limited to 'fs/iso9660/iso9660.mk')
-rw-r--r-- | fs/iso9660/iso9660.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk index 029c0dd94a..0a10512d93 100644 --- a/fs/iso9660/iso9660.mk +++ b/fs/iso9660/iso9660.mk @@ -1,11 +1,11 @@ -############################################################# +################################################################################ # # Build the iso96600 root filesystem image # # Cannot be converted to the ROOTFS_TARGET infrastructure, because of # the temporary construction in ISO9660_TARGET_DIR. # -############################################################# +################################################################################ ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660 ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU)) |