cloop: drop unused target variant

We only support cloop for the host (for fs/cloop), so drop the unused target
variant.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-07-09 15:43:36 +02:00
parent 178d56c186
commit 21a524be10
1 changed files with 0 additions and 1 deletions

View File

@ -22,5 +22,4 @@ define HOST_CLOOP_INSTALL_CMDS
$(INSTALL) -m 755 $(@D)/extract_compressed_fs $(HOST_DIR)/usr/bin
endef
$(eval $(generic-package))
$(eval $(host-generic-package))