haiku/src/kernel/libroot/Jamfile
Axel Dörfler 238576af81 Moved the syscalls.S file to the os/ subdirectory (better fits in there).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1389 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-10-05 17:33:22 +00:00

11 lines
196 B
Plaintext
Executable File

SubDir OBOS_TOP src kernel libroot ;
KernelObjects
<$(SOURCE_GRIST)>libroot_init.c
:
-fPIC -DPIC
;
SubInclude OBOS_TOP src kernel libroot os ;
SubInclude OBOS_TOP src kernel libroot posix ;