Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / prex-0.9.0 / usr / lib / prex / syscalls / Makefile.inc @ 03e9c04a

History | View | Annotate | Download (1.13 KB)

1 03e9c04a Brad Neuman
VPATH:=	$(SRCDIR)/usr/lib/prex/syscalls:$(VPATH)
2
3
SRCS+=	$(SRCDIR)/usr/arch/$(ARCH)/_systrap.S \
4
	object_create.S object_destroy.S object_lookup.S \
5
	msg_send.S msg_receive.S msg_reply.S \
6
	vm_allocate.S vm_free.S vm_attribute.S vm_map.S \
7
	task_create.S task_terminate.S task_self.S \
8
	task_suspend.S task_resume.S task_setname.S \
9
	task_setcap.S task_chkcap.S \
10
	thread_create.S thread_terminate.S thread_load.S thread_self.S \
11
	thread_yield.S thread_suspend.S thread_resume.S thread_schedparam.S \
12
	thread_getpri.c thread_setpri.c \
13
	thread_getpolicy.c thread_setpolicy.c \
14
	timer_sleep.S timer_alarm.S timer_periodic.S \
15
	_timer_waitperiod.S timer_waitperiod.c \
16
	exception_setup.S exception_return.S \
17
	exception_raise.S exception_wait.S \
18
	device_open.S device_close.S device_read.S device_write.S \
19
	device_ioctl.S \
20
	mutex_init.S mutex_destroy.S mutex_trylock.S mutex_unlock.S \
21
	_mutex_lock.S mutex_lock.c \
22
	cond_init.S cond_destroy.S cond_signal.S cond_broadcast.S \
23
	_cond_wait.S cond_wait.c \
24
	sem_init.S sem_destroy.S sem_trywait.S sem_post.S sem_getvalue.S \
25
	_sem_wait.S sem_wait.c \
26
	sys_log.S sys_info.S sys_panic.S sys_time.S \
27
	sys_debug.S