diff --git a/hypervisor/Makefile b/hypervisor/Makefile index 46306fb3f..9b92991dc 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -446,6 +446,7 @@ $(HV_OBJDIR)/$(HV_FILE).out: $(MODULES) .PHONY: clean clean: rm -f $(VERSION) + rm -f $(SOURCE_ACPI_INFO_HEADER) rm -rf $(HV_OBJDIR) .PHONY: distclean