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/squashfs/squashfsroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/squashfs/squashfsroot.mk') diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index 8de238b65..51ba7665c 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -85,6 +85,6 @@ squashfsroot-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) +ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS),y) TARGETS+=squashfsroot endif -- cgit v1.2.3