From 8fe7e1ace1319b2066e9b54142e0a2dcc2452ace Mon Sep 17 00:00:00 2001 From: wenlingz Date: Thu, 26 Sep 2019 13:25:10 +0800 Subject: [PATCH] Revert "Makefile: build default acrn.efi with nuc6cayh" This reverts commit 456709c6e7fb7e33fcdd7a72a227c944006839f8. --- misc/efi-stub/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/efi-stub/Makefile b/misc/efi-stub/Makefile index ac8eb10e6..858c271fa 100644 --- a/misc/efi-stub/Makefile +++ b/misc/efi-stub/Makefile @@ -91,7 +91,7 @@ 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 ($(BOARD), apl-nuc) ifeq ($(SCENARIO), sdc) install -D $(EFIBIN) $(DESTDIR)/usr/lib/acrn/$(HV_FILE).efi endif @@ -101,7 +101,7 @@ 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 ($(BOARD), apl-nuc) 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