* Add session handling module and related modules to the image, so we can build working CD

images of Haiku.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18078 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ithamar R. Adema
2006-07-09 11:29:44 +00:00
parent 85623bad05
commit 357cdc7d1a
+3 -1
View File
@@ -106,9 +106,11 @@ AddFilesToHaikuImage beos system add-ons kernel console : vga_text ;
AddFilesToHaikuImage beos system add-ons kernel file_systems : $(BEOS_ADD_ONS_FILESYSTEMS) ;
AddFilesToHaikuImage beos system add-ons kernel generic
: block_io fast_log ide_adapter locked_pool mpu401 scsi_periph ;
AddFilesToHaikuImage beos system add-ons kernel partitioning_systems : intel ;
AddFilesToHaikuImage beos system add-ons kernel partitioning_systems : intel session ;
AddFilesToHaikuImage beos system add-ons kernel interrupt_controllers
: $(PPC_ONLY)openpic ;
AddFilesToHaikuImage beos system add-ons kernel file_cache
: log launch_speedup rule_based_prefetcher ;
if $(TARGET_ARCH) = x86 {
AddFilesToHaikuImage beos system add-ons kernel cpu : generic_x86 ;