mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-03 18:46:33 +00:00
Makefile cleanup
remove TARGET_YOCTO replace "=" with "?=" if variable is defined, don't redefine. Signed-off-by: Tianhua Sun <tianhuax.s.sun@intel.com>
This commit is contained in:
parent
4f40b53c73
commit
edcd8f0243
@ -7,9 +7,7 @@ RC_VERSION=2
|
||||
BASEDIR := $(shell pwd)
|
||||
DM_OBJDIR ?= $(CURDIR)/build
|
||||
|
||||
ifneq ($(TARGET_YOCTO), TRUE)
|
||||
CC := gcc
|
||||
endif
|
||||
CC ?= gcc
|
||||
|
||||
CFLAGS := -g -O0 -std=gnu11
|
||||
CFLAGS += -D_GNU_SOURCE
|
||||
|
Loading…
Reference in New Issue
Block a user