Use Objects instead of KernelObjects
Should we actually require differently built glue code for the kernel or kernel add-ons, which should build a separate set.
This commit is contained in:
parent
f73d05a79b
commit
64264fa6ac
@ -5,7 +5,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
on $(architectureObject) {
|
||||
UsePrivateSystemHeaders ;
|
||||
|
||||
KernelObjects
|
||||
Objects
|
||||
init_term_dyn.c
|
||||
start_dyn.c
|
||||
haiku_version_glue.c
|
||||
|
@ -3,7 +3,7 @@ SubDir HAIKU_TOP src system glue arch arm ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup arm ] {
|
||||
on $(architectureObject) {
|
||||
KernelObjects
|
||||
Objects
|
||||
crti.S
|
||||
crtn.S
|
||||
;
|
||||
|
@ -3,7 +3,7 @@ SubDir HAIKU_TOP src system glue arch m68k ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup m68k ] {
|
||||
on $(architectureObject) {
|
||||
KernelObjects
|
||||
Objects
|
||||
crti.S
|
||||
crtn.S
|
||||
;
|
||||
|
@ -3,7 +3,7 @@ SubDir HAIKU_TOP src system glue arch mipsel ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup mipsel ] {
|
||||
on $(architectureObject) {
|
||||
KernelObjects
|
||||
Objects
|
||||
crti.S
|
||||
crtn.S
|
||||
;
|
||||
|
@ -3,7 +3,7 @@ SubDir HAIKU_TOP src system glue arch ppc ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup ppc ] {
|
||||
on $(architectureObject) {
|
||||
KernelObjects
|
||||
Objects
|
||||
crti.S
|
||||
crtn.S
|
||||
;
|
||||
|
@ -3,7 +3,7 @@ SubDir HAIKU_TOP src system glue arch x86 ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup x86 x86_gcc2 ] {
|
||||
on $(architectureObject) {
|
||||
KernelObjects
|
||||
Objects
|
||||
crti.S
|
||||
crtn.S
|
||||
;
|
||||
|
@ -3,7 +3,7 @@ SubDir HAIKU_TOP src system glue arch x86_64 ;
|
||||
local architectureObject ;
|
||||
for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
|
||||
on $(architectureObject) {
|
||||
KernelObjects
|
||||
Objects
|
||||
crti.S
|
||||
crtn.S
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user