arch: rename context.c files to thread.

Also for ARC, rename context_wrapper.S to thread_entry_wrapper.S.

Change-Id: I83318ae352a688996f8436cf3252f6108ec23dc5
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2015-08-20 16:51:36 -04:00 committed by Anas Nashif
commit e80d06deed
7 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ asflags-y := ${ccflags-y}
obj-y = atomic.o exc_exit.o irq_init.o \
fiber_abort.o swap.o \
fault.o gdb_stub_irq_vector_table.o \
irq_manage.o context.o cpu_idle.o \
irq_manage.o thread.o cpu_idle.o \
fault_s.o gdb_stub.o isr_wrapper.o \
fatal.o sys_fatal_error_handler.o