SYSLOG: syslog_initialize.c appeared twice is list of sources

This commit is contained in:
Gregory Nutt 2016-06-19 13:55:23 -06:00
parent 9e62164977
commit e480b385e6
1 changed files with 1 additions and 2 deletions

View File

@ -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