diff --git a/fs/ext2/ext2.mk b/fs/ext2/ext2.mk index 3fc12d7499..6a35b33117 100644 --- a/fs/ext2/ext2.mk +++ b/fs/ext2/ext2.mk @@ -19,9 +19,9 @@ endif # qstrip results in stripping consecutive spaces into a single one. So the # variable is not qstrip-ed to preserve the integrity of the string value. EXT2_LABEL := $(subst ",,$(BR2_TARGET_ROOTFS_EXT2_LABEL)) -ifneq ($(EXT2_LABEL),) +#" Syntax highlighting... :-/ ) + EXT2_OPTS += -l "$(EXT2_LABEL)" -endif ROOTFS_EXT2_DEPENDENCIES = host-mke2img