mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
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:
parent
6009a7adb6
commit
4b22fa6465
@ -32,15 +32,15 @@ SRCDIR += $(TWL_NITROSDK_ROOT)/build/libraries/os/common/src \
|
|||||||
$(TWL_NITROSDK_ROOT)/build/libraries/os/ARM7/src \
|
$(TWL_NITROSDK_ROOT)/build/libraries/os/ARM7/src \
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
os_init_twl.c \
|
os_init.c \
|
||||||
os_interrupt_twl.c \
|
os_interrupt.c \
|
||||||
os_irqHandler_twl.c \
|
os_irqHandler.c \
|
||||||
os_irqTable_twl.c \
|
os_irqTable.c \
|
||||||
os_spinLock_twl.c \
|
os_spinLock.c \
|
||||||
os_printf_twl.c \
|
os_printf.c \
|
||||||
os_system_twl.c \
|
os_system.c \
|
||||||
os_entropy_twl.c \
|
os_entropy.c \
|
||||||
os_terminate_twl_sp.c \
|
os_terminate_sp.c \
|
||||||
os_thread.c \
|
os_thread.c \
|
||||||
os_context.c \
|
os_context.c \
|
||||||
os_emulator.c \
|
os_emulator.c \
|
||||||
|
|||||||
@ -38,14 +38,14 @@ SRCDIR += $(TWL_NITROSDK_ROOT)/build/libraries/os/common/src \
|
|||||||
$(TWL_NITROSDK_ROOT)/build/libraries/os/ARM9/src \
|
$(TWL_NITROSDK_ROOT)/build/libraries/os/ARM9/src \
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
os_init_twl.c \
|
os_init.c \
|
||||||
os_interrupt_twl.c \
|
os_interrupt.c \
|
||||||
os_irqHandler_twl.c \
|
os_irqHandler.c \
|
||||||
os_irqTable_twl.c \
|
os_irqTable.c \
|
||||||
os_spinLock_twl.c \
|
os_spinLock.c \
|
||||||
os_printf_twl.c \
|
os_printf.c \
|
||||||
os_system_twl.c \
|
os_system.c \
|
||||||
os_entropy_twl.c \
|
os_entropy.c \
|
||||||
os_thread.c \
|
os_thread.c \
|
||||||
os_context.c \
|
os_context.c \
|
||||||
os_emulator.c \
|
os_emulator.c \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user