mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
Modify KBL-NUC/SDC for default build
Tracked-On: #3968 Signed-off-by: wenlingz <wenling.zhang@intel.com>
This commit is contained in:
@@ -90,23 +90,10 @@ all: $(EFIBIN)
|
||||
|
||||
install: $(EFIBIN) install-conf
|
||||
install -D $(EFIBIN) $(DESTDIR)/usr/lib/acrn/$(HV_FILE).$(BOARD).$(SCENARIO).efi
|
||||
# this is to keep the compatible with original output files
|
||||
ifeq ($(BOARD), nuc6cayh)
|
||||
ifeq ($(SCENARIO), sdc)
|
||||
install -D $(EFIBIN) $(DESTDIR)/usr/lib/acrn/$(HV_FILE).efi
|
||||
endif
|
||||
endif
|
||||
|
||||
install-debug: $(HV_OBJDIR)/$(HV_FILE).map $(HV_OBJDIR)/$(HV_FILE).out
|
||||
install -D $(HV_OBJDIR)/$(HV_FILE).out $(DESTDIR)/usr/lib/acrn/$(HV_FILE).$(BOARD).$(SCENARIO).efi.out
|
||||
install -D $(HV_OBJDIR)/$(HV_FILE).map $(DESTDIR)/usr/lib/acrn/$(HV_FILE).$(BOARD).$(SCENARIO).efi.map
|
||||
# this is to keep the compatible with original output files
|
||||
ifeq ($(BOARD), nuc6cayh)
|
||||
ifeq ($(SCENARIO), sdc)
|
||||
install -D $(HV_OBJDIR)/$(HV_FILE).out $(DESTDIR)/usr/lib/acrn/$(HV_FILE).efi.out
|
||||
install -D $(HV_OBJDIR)/$(HV_FILE).map $(DESTDIR)/usr/lib/acrn/$(HV_FILE).efi.map
|
||||
endif
|
||||
endif
|
||||
|
||||
$(EFIBIN): $(BOOT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user