diff --git a/Makefile b/Makefile index 972bb9c47..6866fc478 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ clean: .PHONY: install life_mngr-install install: hypervisor-install devicemodel-install tools-install -hypervisor-install: +hypervisor-install: hypervisor $(MAKE) $(HV_MAKEOPTS) install hypervisor-install-debug: @@ -172,10 +172,10 @@ apl-up2-hybrid-install-debug: sbl-hypervisor-install-debug: kbl-nuc-i7-industry-install-debug \ apl-up2-hybrid-install-debug -devicemodel-install: +devicemodel-install: tools-install devicemodel $(MAKE) -C $(T)/devicemodel DM_OBJDIR=$(DM_OUT) install -tools-install: +tools-install: tools $(MAKE) -C $(T)/misc OUT_DIR=$(TOOLS_OUT) RELEASE=$(RELEASE) install life_mngr-install: diff --git a/hypervisor/Makefile b/hypervisor/Makefile index 41602cb01..3773da03e 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -387,7 +387,7 @@ PRE_BUILD_DIR := ../misc/hv_prebuild .PHONY: all all: pre_build $(HV_OBJDIR)/$(HV_FILE).32.out $(HV_OBJDIR)/$(HV_FILE).bin -install: $(HV_OBJDIR)/$(HV_FILE).32.out +install: $(HV_OBJDIR)/$(HV_FILE).32.out $(HV_OBJDIR)/$(HV_FILE).bin install -D $(HV_OBJDIR)/$(HV_FILE).32.out $(DESTDIR)$(libdir)/acrn/$(HV_FILE).$(BOARD).$(SCENARIO).32.out install -D $(HV_OBJDIR)/$(HV_FILE).bin $(DESTDIR)$(libdir)/acrn/$(HV_FILE).$(BOARD).$(SCENARIO).bin @if [ -e "$(HV_OBJDIR)/acpi" ];then \