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>
This commit is contained in:
Alexandre Belloni
2013-06-07 12:13:46 +02:00
committed by Peter Korsgaard
parent 31d72937cf
commit 95442bb324
9 changed files with 36 additions and 36 deletions

View File

@@ -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