[PATCH kvmtool 1/1] Makefile: Don't set -CFLAGS := in Makefile
Yao Yuan <[email protected]>
| Newsgroups | org.kernel.vger.kvm |
|---|---|
| Message-ID | <[email protected]> |
Don't set CFLAGS to empty in the Makefile to allow set the addtional CFLAGS option from environment, support e.g native static compiling. Signed-off-by: Yao Yuan <[email protected]> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 60e551f..6755910 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ include config/feature-tests.mak -include $(OUTPUT)KVMTOOLS-VERSION-FILE CC := $(CROSS_COMPILE)gcc -CFLAGS := LD := $(CROSS_COMPILE)ld LDFLAGS := OBJCOPY := $(CROSS_COMPILE)objcopy -- 2.43.5