* Added ACPI bus manager module back to the image - if it doesn't work for you,
please let us know. Especially shutting down your system can potentially change its behaviour (maybe even for the better, but maybe not :-)). * Added the GCC2 KDL demangle module to the image by default. * White space cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28020 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -140,7 +140,7 @@ BEOS_ADD_ONS_DRIVERS_NET = $(X86_ONLY)3com etherpci $(X86_ONLY)ipro1000
|
|||||||
;
|
;
|
||||||
#BEOS_ADD_ONS_DRIVERS_ACPI = $(X86_ONLY)acpi_button ;
|
#BEOS_ADD_ONS_DRIVERS_ACPI = $(X86_ONLY)acpi_button ;
|
||||||
BEOS_ADD_ONS_BUS_MANAGERS = pci $(X86_ONLY)ps2 $(X86_ONLY)isa ide scsi
|
BEOS_ADD_ONS_BUS_MANAGERS = pci $(X86_ONLY)ps2 $(X86_ONLY)isa ide scsi
|
||||||
config_manager agp_gart usb firewire #acpi
|
config_manager agp_gart usb firewire acpi
|
||||||
;
|
;
|
||||||
BEOS_ADD_ONS_FILE_SYSTEMS = bfs cdda ext2 fat iso9660 nfs $(GPL_ONLY)reiserfs ;
|
BEOS_ADD_ONS_FILE_SYSTEMS = bfs cdda ext2 fat iso9660 nfs $(GPL_ONLY)reiserfs ;
|
||||||
#googlefs $(GPL_ONLY)ntfs ;
|
#googlefs $(GPL_ONLY)ntfs ;
|
||||||
@@ -171,6 +171,11 @@ AddFilesToHaikuImage beos system add-ons kernel interrupt_controllers
|
|||||||
|
|
||||||
if $(TARGET_ARCH) = x86 {
|
if $(TARGET_ARCH) = x86 {
|
||||||
AddFilesToHaikuImage beos system add-ons kernel cpu : generic_x86 ;
|
AddFilesToHaikuImage beos system add-ons kernel cpu : generic_x86 ;
|
||||||
|
|
||||||
|
if $(HAIKU_GCC_VERSION[1]) = 2 {
|
||||||
|
AddFilesToHaikuImage beos system add-ons kernel debugger demangle :
|
||||||
|
<kdebug>gcc2 ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# drivers
|
# drivers
|
||||||
|
|||||||
Reference in New Issue
Block a user