mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
SYSLOG: syslog_initialize.c appeared twice is list of sources
This commit is contained in:
@@ -37,8 +37,7 @@
|
||||
############################################################################
|
||||
# Include SYSLOG Infrastructure
|
||||
|
||||
CSRCS += syslog_initialize.c vsyslog.c vlowsyslog.c syslogstream.c
|
||||
CSRCS += syslog_channel.c
|
||||
CSRCS += vsyslog.c vlowsyslog.c syslogstream.c syslog_channel.c
|
||||
|
||||
ifeq ($(CONFIG_SYSLOG_INTBUFFER),y)
|
||||
CSRCS += syslog_intbuffer.c
|
||||
|
||||
Reference in New Issue
Block a user