Adjusted the SubDir and SubInclude parameters.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@15 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core ;
|
||||
SubDir OBOS_TOP src kernel core ;
|
||||
|
||||
KernelObjects
|
||||
<$(SOURCE_GRIST)>cbuf.c
|
||||
@@ -36,8 +36,8 @@ KernelLd linkhack.so :
|
||||
-shared -Bdynamic
|
||||
;
|
||||
|
||||
SubInclude OBOS_TOP sources os kits kernel core addons ;
|
||||
SubInclude OBOS_TOP sources os kits kernel core arch ;
|
||||
SubInclude OBOS_TOP sources os kits kernel core fs ;
|
||||
SubInclude OBOS_TOP sources os kits kernel core vm ;
|
||||
SubInclude OBOS_TOP sources os kits kernel core net ;
|
||||
SubInclude OBOS_TOP src kernel core addons ;
|
||||
SubInclude OBOS_TOP src kernel core arch ;
|
||||
SubInclude OBOS_TOP src kernel core fs ;
|
||||
SubInclude OBOS_TOP src kernel core vm ;
|
||||
SubInclude OBOS_TOP src kernel core net ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core addons ;
|
||||
SubDir OBOS_TOP src kernel core addons ;
|
||||
|
||||
SubInclude OBOS_TOP sources os kits kernel core addons bus_managers ;
|
||||
SubInclude OBOS_TOP sources os kits kernel core addons fs ;
|
||||
SubInclude OBOS_TOP src kernel core addons bus_managers ;
|
||||
SubInclude OBOS_TOP src kernel core addons fs ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core addons bus_managers ;
|
||||
SubDir OBOS_TOP src kernel core addons bus_managers ;
|
||||
|
||||
KernelStaticLibrary libbus :
|
||||
<$(SOURCE_GRIST)>bus_init.c
|
||||
@@ -10,4 +10,4 @@ KernelStaticLibrary libbus :
|
||||
-fno-pic
|
||||
;
|
||||
|
||||
SubInclude OBOS_TOP sources os kits kernel core addons bus_managers isa ;
|
||||
SubInclude OBOS_TOP src kernel core addons bus_managers isa ;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core addons bus_managers isa ;
|
||||
SubDir OBOS_TOP src kernel core addons bus_managers isa ;
|
||||
|
||||
KernelObjects isa.c : -fno-pic ;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core addons bus_managers pci ;
|
||||
SubDir OBOS_TOP src kernel core addons bus_managers pci ;
|
||||
|
||||
KernelStaticLibrary libbuspci : pci.c pci_bus.c ;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core arch ;
|
||||
SubDir OBOS_TOP src kernel core arch ;
|
||||
|
||||
SubInclude OBOS_TOP sources os kits kernel core arch $(OBOS_TARGET_DIR) ;
|
||||
SubInclude OBOS_TOP src kernel core arch $(OBOS_TARGET_DIR) ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core arch x86 ;
|
||||
SubDir OBOS_TOP src kernel core arch x86 ;
|
||||
|
||||
KernelStaticLibrary libx86 :
|
||||
<$(SOURCE_GRIST)>arch_cpu.c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core fs ;
|
||||
SubDir OBOS_TOP src kernel core fs ;
|
||||
|
||||
KernelStaticLibrary libfs :
|
||||
<$(SOURCE_GRIST)>bootfs.c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SubDir OBOS_TOP sources os kits kernel core vm ;
|
||||
SubDir OBOS_TOP src kernel core vm ;
|
||||
|
||||
KernelStaticLibrary libvm :
|
||||
<$(SOURCE_GRIST)>vm.c
|
||||
|
||||
Reference in New Issue
Block a user