acrn hotfix
This commit is contained in:
parent
d4b8930275
commit
2a810ffdd8
|
@ -0,0 +1,28 @@
|
|||
From 0bdbdd0be5a3e5ac0d76f2a87fe051b530927288 Mon Sep 17 00:00:00 2001
|
||||
From: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
|
||||
Date: Thu, 7 Jun 2018 13:49:04 -0500
|
||||
Subject: [PATCH] Makefile: tools: fix typo at acrn-manager-install
|
||||
|
||||
Fix typo at the acrn-manager-install target.
|
||||
|
||||
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
|
||||
---
|
||||
tools/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tools/Makefile b/tools/Makefile
|
||||
index 348a4b5..1c8d286 100644
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -33,7 +33,7 @@ acrn-crashlog-install:
|
||||
acrnlog-install:
|
||||
make -C $(T)/acrnlog OUT_DIR=$(OUT_DIR) install
|
||||
|
||||
-arcn-manager-install:
|
||||
+acrn-manager-install:
|
||||
make -C $(T)/acrn-manager OUT_DIR=$(OUT_DIR) install
|
||||
|
||||
acrntrace-install:
|
||||
--
|
||||
2.17.1
|
||||
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w24.3-170000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w24.3-202400p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue