vfs: check userland buffers before reading them.
[haiku.git] / src / system / libroot / os / arch / arm / Jamfile
blob8e4a64bc204dd587ca98702ed0db8f4486dc0a8d
1 SubDir HAIKU_TOP src system libroot os arch arm ;
3 SubDirC++Flags -std=gnu++11 ;
5 local architectureObject ;
6 for architectureObject in [ MultiArchSubDirSetup arm ] {
7         on $(architectureObject) {
8                 local architecture = $(TARGET_PACKAGING_ARCH) ;
10                 UsePrivateKernelHeaders ;
11                 UsePrivateSystemHeaders ;
13                 SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
15                 MergeObject <$(architecture)>os_arch_$(TARGET_ARCH).o :
16                         byteorder.S
17                         system_time.c
18                         stack_frame.c
19                         stdatomic.c
20                         thread.c
21                         time.c
22                         tls.c
24                         generic_atomic.cpp
25                         generic_system_time_nsecs.cpp
26                         ;
27         }