summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2013-06-07 12:13:46 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-20 17:32:07 +0200
commit95442bb324bee72c5b1f20a7a06705c9731c21ce (patch)
treebe72da1887acb3f846fe8aaa430871a2eb866123 /fs
parent31d72937cf17e9e476e956986030e93f8fd2ce56 (diff)
downloadbuildroot-novena-95442bb324bee72c5b1f20a7a06705c9731c21ce.tar.gz
buildroot-novena-95442bb324bee72c5b1f20a7a06705c9731c21ce.zip
Normalize separator size to 80 in remaining makefiles
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs')
-rw-r--r--fs/iso9660/iso9660.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk
index 0a10512d9..36e63886f 100644
--- a/fs/iso9660/iso9660.mk
+++ b/fs/iso9660/iso9660.mk
@@ -36,11 +36,11 @@ $(BINARIES_DIR)/rootfs.iso9660: host-cdrkit host-fakeroot linux rootfs-cpio grub
rootfs-iso9660: $(BINARIES_DIR)/rootfs.iso9660
-#############################################################
+################################################################################
#
# Toplevel Makefile options
#
-#############################################################
+################################################################################
ifeq ($(BR2_TARGET_ROOTFS_ISO9660),y)
TARGETS+=rootfs-iso9660
endif