mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-14 14:25:14 +00:00
Makefile: fix PLATFORM variable at install target
The variable PLAT was renamed to PLATFORM, but was not updated in the
install target giving a failure when installing ACRN hypervisor.
Fixes: fc2b6fbe86
("Makefile: keep using 'PLATFORM' variable for existing documentation")
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
This commit is contained in:
parent
6ef48fa30e
commit
ba3192ab77
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ clean:
|
|||||||
install: hypervisor-install devicemodel-install tools-install
|
install: hypervisor-install devicemodel-install tools-install
|
||||||
|
|
||||||
hypervisor-install:
|
hypervisor-install:
|
||||||
make -C $(T)/hypervisor HV_OBJDIR=$(HV_OUT) PLATFORM=$(PLAT) RELEASE=$(RELEASE) install
|
make -C $(T)/hypervisor HV_OBJDIR=$(HV_OUT) PLATFORM=$(PLATFORM) 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