mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 07:21:37 +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_OBJDIR ?= $(CURDIR)/build
|
||||||
HV_FILE := acrn
|
HV_FILE := acrn
|
||||||
|
|
||||||
|
# initialize the flags we used
|
||||||
|
CFLAGS :=
|
||||||
|
ASFLAGS :=
|
||||||
|
LDFLAGS :=
|
||||||
|
ARCH_CFLAGS :=
|
||||||
|
ARCH_ASFLAGS :=
|
||||||
|
ARCH_ARFLAGS :=
|
||||||
|
ARCH_LDFLAGS :=
|
||||||
|
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user