Fix file naming: arm_item_syslog.c changed to up_itm_syslog.c. From Pierre-Noel Bouteville

This commit is contained in:
Gregory Nutt 2014-10-23 18:25:05 -06:00
parent 9b13710e39
commit 87a45f7f2f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/arm/src/armv7-m/itm_syslog.c
* arch/arm/src/armv7-m/up_itm_syslog.c
*
* Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved.
* Copyright (C) 2014 Gregory Nutt. All rights reserved.

View File

@ -87,7 +87,7 @@ endif
endif
ifeq ($(CONFIG_ARMV7M_ITMSYSLOG),y)
CMN_CSRCS += arm_itm_syslog.c
CMN_CSRCS += up_itm_syslog.c
endif
CHIP_ASRCS =