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
This commit is contained in:
Axel Dörfler
2002-10-05 17:33:22 +00:00
parent 55aa2e19ad
commit 238576af81
3 changed files with 9 additions and 9 deletions
-1
View File
@@ -2,7 +2,6 @@ SubDir OBOS_TOP src kernel libroot ;
KernelObjects KernelObjects
<$(SOURCE_GRIST)>libroot_init.c <$(SOURCE_GRIST)>libroot_init.c
<$(SOURCE_GRIST)>syscalls.S
: :
-fPIC -DPIC -fPIC -DPIC
; ;
+1
View File
@@ -9,6 +9,7 @@ KernelObjects
<$(SOURCE_GRIST)>team.c <$(SOURCE_GRIST)>team.c
<$(SOURCE_GRIST)>thread.c <$(SOURCE_GRIST)>thread.c
<$(SOURCE_GRIST)>time.c <$(SOURCE_GRIST)>time.c
<$(SOURCE_GRIST)>syscalls.S
: :
-fPIC -DPIC -fPIC -DPIC
; ;