diff --git a/Makefile b/Makefile
index 5257a990dcc6c6ab818489759aa8679ca3253ea4..9197640b3678e7d168c4338dffe4808ec5722941 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,6 @@ printdb:
 prepare: $(target/stamp-compile)
 
 clean: FORCE
-	$(_SINGLE)$(SUBMAKE) target/linux/clean
 	rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
 
 dirclean: clean