Makefile: board specific acpi info header clean up

The board specific $(BOARD)_acpi_info.h is generated by acrn-config tool,
we should clean it up before build hypervisor, otherwise the file could be
referenced by next build process if no config XMLs is specified.

Tracked-On: #3779

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun 2019-11-12 13:54:41 +08:00 committed by wenlingz
parent bab0118b51
commit acd0deb8a1

View File

@ -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