Skip to content

Commit ef84c3d

Browse files
miguelinuxlijinxia
authored andcommitted
efi: makefile: install to acrn directory
Currently the acrn EFI hypervisor file is installing directly to /usr/share. This patch adds a "acrn" directory to store in /usr/share/acrn Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
1 parent 3b15f51 commit ef84c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervisor/bsp/uefi/efi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ all: $(EFIBIN)
8080
$(OBJCOPY) --add-section .hv="$(HV_OBJDIR)/$(HV_FILE).bin" --change-section-vma .hv=0x6e000 --set-section-flags .hv=alloc,data,contents,load --section-alignment 0x1000 $(EFI_OBJDIR)/boot.efi $(EFIBIN)
8181

8282
install: $(EFIBIN)
83-
install -D $(EFIBIN) $(DESTDIR)/usr/share/$(HV_FILE).efi
83+
install -D $(EFIBIN) $(DESTDIR)/usr/share/acrn/$(HV_FILE).efi
8484

8585
$(EFIBIN): $(BOOT)
8686

0 commit comments

Comments
 (0)