mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 04:02:05 +00:00
Makefile: specify BOARD&FIRMWARE in sb-hypervisor-install
BOARD&FIRMWARE are wrong When 'make sbl-hypervisor-install' w/o parameters due to default platform is uefi. So set them clearly. Tracked-On: #1995 Signed-off-by: Tw <wei.tan@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
parent
c932faa241
commit
83034b7151
2
Makefile
2
Makefile
@ -88,7 +88,7 @@ ifeq ($(FIRMWARE),uefi)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
sbl-hypervisor-install:
|
sbl-hypervisor-install:
|
||||||
make -C $(T)/hypervisor HV_OBJDIR=$(HV_OUT)-sbl BOARD=$(BOARD) FIRMWARE=$(FIRMWARE) RELEASE=$(RELEASE) install
|
make -C $(T)/hypervisor HV_OBJDIR=$(HV_OUT)-sbl BOARD=apl-mrb FIRMWARE=sbl RELEASE=$(RELEASE) install
|
||||||
|
|
||||||
devicemodel-install:
|
devicemodel-install:
|
||||||
make -C $(T)/devicemodel DM_OBJDIR=$(DM_OUT) install
|
make -C $(T)/devicemodel DM_OBJDIR=$(DM_OUT) install
|
||||||
|
Loading…
Reference in New Issue
Block a user