Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (394 Bytes)

1 03e9c04a Brad Neuman
VPATH:=	$(SRCDIR)/usr/lib/posix/process:$(VPATH)
2
3
SRCS+=	__process.c kill.c killpg.c \
4
	getpgid.c getpgrp.c getpid.c getppid.c \
5
	getuid.c geteuid.c setuid.c seteuid.c \
6
	getgid.c setgid.c getegid.c setegid.c \
7
	setsid.c getsid.c \
8
	nice.c setpgid.c setpgrp.c sleep.c wait.c waitpid.c _exit.c \
9
	getpriority.c setpriority.c
10
11
ifeq ($(CONFIG_MMU),y)
12
SRCS+=	fork.c
13
else
14
SRCS+=	fork_nommu.c
15
endif