diff options
Diffstat (limited to 'target/cloop')
-rw-r--r-- | target/cloop/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |