build: Remove the empty variable assignment

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-21 18:23:42 +08:00
committed by patacongo
parent 1caf21b187
commit 23668a4b9b
523 changed files with 6 additions and 837 deletions
@@ -62,7 +62,6 @@ endif
ARCHCPUFLAGS = -march=i486 -mtune=i486 -fno-builtin -fno-stack-protector
ARCHPICFLAGS = -fpic
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
ARCHDEFINES =
# Check if building a 32-bit target with a 64-bit toolchain
@@ -76,8 +75,6 @@ endif
ifeq ($(HOSTOS),Cygwin)
CROSSDEV = i486-nuttx-elf-
else
CROSSDEV =
endif
CC = $(CROSSDEV)gcc
-1
View File
@@ -35,7 +35,6 @@
include $(TOPDIR)/Make.defs
ASRCS =
CSRCS = qemu_boot.c
ifeq ($(CONFIG_LIB_BOARDCTL),y)