mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 22:39:29 +00:00
hv:fix a bug for building debug/release lib
there is a build error if we only build debug/release library because missing the build/modules folder Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> modified: Makefile modified: debug/Makefile modified: release/Makefile
This commit is contained in:
committed by
ACRN System Integration
parent
7176e813ed
commit
7e6ff2a176
@@ -142,7 +142,7 @@ OBJCOPY ?= objcopy
|
||||
|
||||
export CC AS AR LD OBJCOPY
|
||||
export CFLAGS ASFLAGS ARFLAGS LDFLAGS ARCH_CFLAGS ARCH_ASFLAGS ARCH_ARFLAGS ARCH_LDFLAGS
|
||||
export HV_OBJDIR CONFIG_RELEASE INCLUDE_PATH
|
||||
export HV_OBJDIR HV_MODDIR CONFIG_RELEASE INCLUDE_PATH
|
||||
export LIB_DEBUG LIB_RELEASE
|
||||
|
||||
# library componment
|
||||
|
Reference in New Issue
Block a user