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:
@@ -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
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -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
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user