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:
Axel Dörfler 2005-01-10 01:32:11 +00:00
parent 0f6c560eec
commit c776c35a04

View File

@ -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