summaryrefslogtreecommitdiff
path: root/target/romfs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:58 +0000
commit4b72854ddeb69855e5f91b640bb75cd73f77528b (patch)
treea42c051cebeae8df2a2d3bbe17d695d471cea4c0 /target/romfs
parent0db545ab184144da033174eca721bb866521489d (diff)
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/romfs')
-rw-r--r--target/romfs/romfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/romfs/romfs.mk b/target/romfs/romfs.mk
index 8fa4c9afd..fba6792a0 100644
--- a/target/romfs/romfs.mk
+++ b/target/romfs/romfs.mk
@@ -74,6 +74,6 @@ romfsroot-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_TARGET_ROOTFS_ROMFS)),y)
+ifeq ($(BR2_TARGET_ROOTFS_ROMFS),y)
TARGETS+=romfsroot
endif