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/cloop/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/cloop/Makefile.in') diff --git a/target/cloop/Makefile.in b/target/cloop/Makefile.in index ee332beed..0afc58f87 100644 --- a/target/cloop/Makefile.in +++ b/target/cloop/Makefile.in @@ -1,3 +1,3 @@ -ifeq ($(strip $(BR2_TARGET_ROOTFS_CLOOP)),y) +ifeq ($(BR2_TARGET_ROOTFS_CLOOP),y) TARGETS+=clooproot endif -- cgit v1.2.3