mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 06:51:49 +00:00
hv: Makefile flags initialization
For hypervisor, we initliaze the flags used in build command to empty to avoid flags set in default env impact to hypervisor build. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: VanCutsem Geoffroy <geoffroy.vancutsem@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
b2fa8c5ea0
commit
bab8fadfee
@ -19,6 +19,15 @@ BASEDIR := $(shell pwd)
|
||||
HV_OBJDIR ?= $(CURDIR)/build
|
||||
HV_FILE := acrn
|
||||
|
||||
# initialize the flags we used
|
||||
CFLAGS :=
|
||||
ASFLAGS :=
|
||||
LDFLAGS :=
|
||||
ARCH_CFLAGS :=
|
||||
ARCH_ASFLAGS :=
|
||||
ARCH_ARFLAGS :=
|
||||
ARCH_LDFLAGS :=
|
||||
|
||||
.PHONY: default
|
||||
default: all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user