Changeset 7856 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 10, 2008 2:00:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r7855 r7856 48 48 tstDeviceStructSizeGC_DEFS += VBOX_WITH_AHCI 49 49 endif 50 ifdef VBOX_WITH_E1000 50 ifdef VBOX_WITH_E1000_DISABLED 51 51 tstDeviceStructSizeGC_DEFS += VBOX_WITH_E1000 52 52 endif … … 69 69 tstDeviceStructSize_DEFS += VBOX_WITH_AHCI 70 70 endif 71 ifdef VBOX_WITH_E1000 71 ifdef VBOX_WITH_E1000_DISABLED 72 72 tstDeviceStructSize_DEFS += VBOX_WITH_E1000 73 73 endif
Note:
See TracChangeset
for help on using the changeset viewer.