From 4b72854ddeb69855e5f91b640bb75cd73f77528b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:58 +0000 Subject: target/: get rid of unneeded $(strip ..) --- target/iso9660/iso9660.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/iso9660/iso9660.mk') diff --git a/target/iso9660/iso9660.mk b/target/iso9660/iso9660.mk index 74b33b812..778df0365 100644 --- a/target/iso9660/iso9660.mk +++ b/target/iso9660/iso9660.mk @@ -50,7 +50,7 @@ ISO9660_BOOT_MENU:=$(subst ",,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU)) #") ISO9660_OPTS:= -ifeq ($(strip $(BR2_TARGET_ROOTFS_ISO9660_SQUASH)),y) +ifeq ($(BR2_TARGET_ROOTFS_ISO9660_SQUASH),y) ISO9660_OPTS+=-U endif @@ -90,6 +90,6 @@ iso9660root-dirclean: mkisofs-dirclean # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_ROOTFS_ISO9660)),y) +ifeq ($(BR2_TARGET_ROOTFS_ISO9660),y) TARGETS+=iso9660root endif -- cgit v1.2.3