mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
build: Remove the empty variable assignment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -38,7 +38,6 @@ include $(TOPDIR)/Make.defs
|
||||
|
||||
# Basic BINFMT source files
|
||||
|
||||
BINFMT_ASRCS =
|
||||
BINFMT_CSRCS = binfmt_globals.c binfmt_initialize.c binfmt_register.c binfmt_unregister.c
|
||||
BINFMT_CSRCS += binfmt_loadmodule.c binfmt_unloadmodule.c binfmt_execmodule.c
|
||||
BINFMT_CSRCS += binfmt_exec.c binfmt_copyargv.c binfmt_dumpmodule.c
|
||||
@@ -59,10 +58,6 @@ endif
|
||||
|
||||
# Add configured binary modules
|
||||
|
||||
VPATH =
|
||||
SUBDIRS =
|
||||
DEPPATH = --dep-path .
|
||||
|
||||
include libnxflat/Make.defs
|
||||
include libelf/Make.defs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user