diff options
| author | Peter Korsgaard | 2008-12-08 09:15:58 +0100 |
|---|---|---|
| committer | Peter Korsgaard | 2008-12-08 09:15:58 +0100 |
| commit | 4b72854ddeb69855e5f91b640bb75cd73f77528b (patch) | |
| tree | a42c051cebeae8df2a2d3bbe17d695d471cea4c0 /target/cramfs | |
| parent | docs/: get rid of unneeded $(strip ..) (diff) | |
| download | buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.gz buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.tar.xz buildroot-4b72854ddeb69855e5f91b640bb75cd73f77528b.zip | |
target/: get rid of unneeded $(strip ..)
Diffstat (limited to 'target/cramfs')
| -rw-r--r-- | target/cramfs/cramfs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cramfs/cramfs.mk b/target/cramfs/cramfs.mk index 2e9e65124..17a3f00b6 100644 --- a/target/cramfs/cramfs.mk +++ b/target/cramfs/cramfs.mk @@ -91,6 +91,6 @@ cramfsroot-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_TARGET_ROOTFS_CRAMFS)),y) +ifeq ($(BR2_TARGET_ROOTFS_CRAMFS),y) TARGETS+=cramfsroot endif |
