Added a temporary way to differentiate between kernel and userland builds for
parts of kernel_os_main.o. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10628 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0f6c560eec
commit
c776c35a04
@ -9,9 +9,13 @@ KernelObjects
|
||||
|
||||
# kernel libroot os files
|
||||
|
||||
# until the build system is fixed (and no longer uses kernel build rules
|
||||
# for libroot.so), the KERNEL_OS_MAIN is needed to differentiate between
|
||||
# kernel and userland builds here
|
||||
|
||||
KernelMergeObject kernel_os_main.o :
|
||||
driver_settings.c
|
||||
: -fno-pic
|
||||
: -fno-pic -DKERNEL_OS_MAIN
|
||||
;
|
||||
|
||||
SEARCH on [ FGristFiles
|
||||
|
Loading…
Reference in New Issue
Block a user