mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
build: Remove the empty variable assignment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user