mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
build: Remove the empty variable assignment
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -35,10 +35,7 @@
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
DEPPATH = --dep-path .
|
||||
ASRCS =
|
||||
CSRCS = audio.c
|
||||
VPATH = .
|
||||
|
||||
ifeq ($(CONFIG_AUDIO_COMP),y)
|
||||
CSRCS += audio_comp.c
|
||||
|
||||
Reference in New Issue
Block a user