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
-5
View File
@@ -18,10 +18,6 @@
#
############################################################################
HEAD_ASRC =
HEAD_SSRC =
CMN_SSRCS =
CMN_CSRCS = z80_initialize.c z80_allocateheap.c z80_createstack.c
CMN_CSRCS += z80_releasestack.c z80_interruptcontext.c z80_blocktask.c
CMN_CSRCS += z80_unblocktask.c z80_exit.c z80_releasepending.c
@@ -60,7 +56,6 @@ ifeq ($(CONFIG_ARCH_STACKDUMP),y)
CHIP_ASRCS += ez80_getsp.asm
endif
CHIP_SSRCS =
CHIP_CSRCS = ez80_clock.c ez80_initialstate.c ez80_irq.c ez80_copystate.c
CHIP_CSRCS += ez80_schedulesigaction.c ez80_sigdeliver.c
CHIP_CSRCS += ez80_timerisr.c ez80_serial.c
-1
View File
@@ -41,7 +41,6 @@ HEAD_ASRC = z180_head.asm
endif
endif
CMN_ASRCS =
CMN_CSRCS = z80_allocateheap.c z80_assert.c z80_blocktask.c z80_createstack.c
CMN_CSRCS += z80_doirq.c z80_exit.c z80_idle.c z80_initialize.c
CMN_CSRCS += z80_interruptcontext.c z80_mdelay.c z80_releasepending.c
-1
View File
@@ -35,7 +35,6 @@
HEAD_SSRC = z8_head.S
CMN_SSRCS =
CMN_CSRCS = z80_initialize.c z80_allocateheap.c z80_createstack.c
CMN_CSRCS += z80_releasestack.c z80_interruptcontext.c z80_blocktask.c
CMN_CSRCS += z80_unblocktask.c z80_exit.c z80_releasepending.c
-1
View File
@@ -41,7 +41,6 @@ HEAD_ASRC = z80_head.asm
endif
endif
CMN_ASRCS =
CMN_CSRCS = z80_initialize.c z80_allocateheap.c z80_createstack.c
CMN_CSRCS += z80_releasestack.c z80_interruptcontext.c z80_blocktask.c