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
-4
View File
@@ -35,8 +35,6 @@
include $(TOPDIR)/Make.defs
DEPPATH = --dep-path .
ASRCS = $(wildcard *.S)
CSRCS = $(wildcard *.c)
@@ -46,8 +44,6 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
VPATH = .
BIN = libpass1$(LIBEXT)
all: $(BIN)