tools: add Host/Uninstall where possible
[openwrt/openwrt.git] / tools / sparse / Makefile
index 549ec3a3cc34e89e7eb2b9c5d203cf3b124667dc..e08bd1d05f55a128788203ff7687269c4b5b0383 100644 (file)
@@ -21,4 +21,8 @@ define Host/Install
        $(INSTALL_BIN) $(HOST_BUILD_DIR)/sparse $(STAGING_DIR_HOST)/bin
 endef
 
+define Host/Clean
+       rm -f $(STAGING_DIR_HOST)/bin/sparse
+endef
+
 $(eval $(call HostBuild))