ucl: fix CLEAN

This commit is contained in:
CN_SZTL
2020-04-23 01:44:28 +08:00
parent 0041798b84
commit 147d6b7cdd

View File

@@ -43,8 +43,6 @@ define Host/Install
endef
define Host/Clean
$(MAKE) -C $(HOST_BUILD_DIR) uninstall
rm -rf $(HOST_BUILD_DIR)
rm -rf $(STAGING_DIR_HOST)/include/ucl
endef