mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 07:20:55 +00:00
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:
parent
bab0118b51
commit
acd0deb8a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user