summaryrefslogtreecommitdiffstats
path: root/target/cpio
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-08 09:15:58 +0100
committerPeter Korsgaard2008-12-08 09:15:58 +0100
commit4b72854ddeb69855e5f91b640bb75cd73f77528b (patch)
treea42c051cebeae8df2a2d3bbe17d695d471cea4c0 /target/cpio
parentdocs/: get rid of unneeded $(strip ..) (diff)
downloadbuildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.gz
buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.xz
buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.zip
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/cpio')
-rw-r--r--target/cpio/cpioroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk
index 89bb9a52e..d0c522545 100644
--- a/target/cpio/cpioroot.mk
+++ b/target/cpio/cpioroot.mk
@@ -91,6 +91,6 @@ cpioroot-dirclean:
# Toplevel Makefile options
#
#############################################################
-ifeq ($(strip $(BR2_TARGET_ROOTFS_CPIO)),y)
+ifeq ($(BR2_TARGET_ROOTFS_CPIO),y)
TARGETS+=cpioroot
endif