- Timestamp:
- May 31, 2012 2:43:19 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Config.kmk ¶
r41514 r41522 359 359 360 360 361 ## @name Devices, Drivers, 361 ## @name Devices, Drivers, ... 362 362 ## @{ 363 363 # Build the Host Guest Communication Manager component. … … 457 457 # Enable SCSI drivers 458 458 VBOX_WITH_SCSI = 1 459 # Enable the new BIOS code. 460 #if1of ($(KBUILD_TARGET), darwin) # freebsd linux solaris win) 461 # VBOX_WITH_NEW_BIOS = 1 462 #endif 459 463 # Enable this setting to force a fallback to default DMI data on configuration errors 460 464 VBOX_BIOS_DMI_FALLBACK = … … 650 654 endif 651 655 # Whether we can use Open Watcom to build stuff. 652 ifndef VBOX_WITHOUT_OPEN_WATCOM 653 if1of ($(KBUILD_TARGET), os2 win) # + linux 654 VBOX_WITH_OPEN_WATCOM := 1 655 endif 656 if1of ($(KBUILD_TARGET), darwin linux os2 win) 657 VBOX_WITH_OPEN_WATCOM = 1 656 658 endif 657 659 ## @}
Note:
See TracChangeset
for help on using the changeset viewer.