tools: add Host/Uninstall where possible
[openwrt/staging/jow.git] / tools / isl / Makefile
index e9674debc2e0e0c5be43233164a92503fc2fe656..0fab02fe3fecdcf4f42443250ae7e4d86763d69e 100644 (file)
@@ -24,4 +24,8 @@ HOST_CONFIGURE_ARGS += \
        --disable-shared \
        --with-gmp-prefix=$(STAGING_DIR_HOST)
 
+define Host/Uninstall
+       -$(call Host/Compile/Default,uninstall)
+endef
+
 $(eval $(call HostBuild))