kernel: Move some source files around.
* stack_protector.cpp now lives with other files in "lib". * Notifications.cpp, wait_for_objects.cpp go to a new "events" directory, which will soon contain more files related to the event_queue. No functional change.
This commit is contained in:
@@ -10,6 +10,7 @@ SubDir HAIKU_TOP src system kernel ;
|
|||||||
SubDirC++Flags $(defines) ;
|
SubDirC++Flags $(defines) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) events ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) locks ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) locks ] ;
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) scheduler ] ;
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) scheduler ] ;
|
||||||
|
|
||||||
@@ -41,13 +42,11 @@ KernelMergeObject kernel_core.o :
|
|||||||
low_resource_manager.cpp
|
low_resource_manager.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
module.cpp
|
module.cpp
|
||||||
Notifications.cpp
|
|
||||||
port.cpp
|
port.cpp
|
||||||
real_time_clock.cpp
|
real_time_clock.cpp
|
||||||
sem.cpp
|
sem.cpp
|
||||||
shutdown.cpp
|
shutdown.cpp
|
||||||
signal.cpp
|
signal.cpp
|
||||||
stack_protector.cpp
|
|
||||||
system_info.cpp
|
system_info.cpp
|
||||||
smp.cpp
|
smp.cpp
|
||||||
syscalls.cpp
|
syscalls.cpp
|
||||||
@@ -57,7 +56,10 @@ KernelMergeObject kernel_core.o :
|
|||||||
UserEvent.cpp
|
UserEvent.cpp
|
||||||
usergroup.cpp
|
usergroup.cpp
|
||||||
UserTimer.cpp
|
UserTimer.cpp
|
||||||
|
|
||||||
|
# events
|
||||||
wait_for_objects.cpp
|
wait_for_objects.cpp
|
||||||
|
Notifications.cpp
|
||||||
|
|
||||||
# locks
|
# locks
|
||||||
lock.cpp
|
lock.cpp
|
||||||
|
|||||||
@@ -59,8 +59,11 @@ SourceHdrs $(muslSources) :
|
|||||||
[ FDirName $(posixSources) musl arch $(TARGET_KERNEL_ARCH_DIR) ] ;
|
[ FDirName $(posixSources) musl arch $(TARGET_KERNEL_ARCH_DIR) ] ;
|
||||||
|
|
||||||
KernelMergeObject kernel_lib_posix.o :
|
KernelMergeObject kernel_lib_posix.o :
|
||||||
# main
|
|
||||||
kernel_errno.cpp
|
kernel_errno.cpp
|
||||||
|
kernel_vsprintf.cpp
|
||||||
|
stack_protector.cpp
|
||||||
|
|
||||||
|
# main
|
||||||
dirent.cpp
|
dirent.cpp
|
||||||
fcntl.cpp
|
fcntl.cpp
|
||||||
poll.cpp
|
poll.cpp
|
||||||
@@ -71,8 +74,6 @@ KernelMergeObject kernel_lib_posix.o :
|
|||||||
ctype.cpp
|
ctype.cpp
|
||||||
localeconv.cpp
|
localeconv.cpp
|
||||||
LocaleData.cpp
|
LocaleData.cpp
|
||||||
# stdio (this subdir)
|
|
||||||
kernel_vsprintf.cpp
|
|
||||||
# stdlib
|
# stdlib
|
||||||
abs.c
|
abs.c
|
||||||
atoi.c
|
atoi.c
|
||||||
|
|||||||
Reference in New Issue
Block a user