rename src files.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@9 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
nakasima 2007-04-04 01:14:10 +00:00
parent 6009a7adb6
commit 4b22fa6465
11 changed files with 17 additions and 17 deletions

View File

@ -32,15 +32,15 @@ SRCDIR += $(TWL_NITROSDK_ROOT)/build/libraries/os/common/src \
$(TWL_NITROSDK_ROOT)/build/libraries/os/ARM7/src \
SRCS = \
os_init_twl.c \
os_interrupt_twl.c \
os_irqHandler_twl.c \
os_irqTable_twl.c \
os_spinLock_twl.c \
os_printf_twl.c \
os_system_twl.c \
os_entropy_twl.c \
os_terminate_twl_sp.c \
os_init.c \
os_interrupt.c \
os_irqHandler.c \
os_irqTable.c \
os_spinLock.c \
os_printf.c \
os_system.c \
os_entropy.c \
os_terminate_sp.c \
os_thread.c \
os_context.c \
os_emulator.c \

View File

@ -38,14 +38,14 @@ SRCDIR += $(TWL_NITROSDK_ROOT)/build/libraries/os/common/src \
$(TWL_NITROSDK_ROOT)/build/libraries/os/ARM9/src \
SRCS = \
os_init_twl.c \
os_interrupt_twl.c \
os_irqHandler_twl.c \
os_irqTable_twl.c \
os_spinLock_twl.c \
os_printf_twl.c \
os_system_twl.c \
os_entropy_twl.c \
os_init.c \
os_interrupt.c \
os_irqHandler.c \
os_irqTable.c \
os_spinLock.c \
os_printf.c \
os_system.c \
os_entropy.c \
os_thread.c \
os_context.c \
os_emulator.c \