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 :
25 generic_system_time_nsecs.cpp