Changeset 106716 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 26, 2024 12:54:40 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r106648 r106716 323 323 endif 324 324 325 ifdef VBOX_WITH_WDDM 325 # HACK ALERT! Code no longer builds without VBOX_WITH_WDDM, so while it's temporairly 326 # disabled on win.arm64 we keep pretending it is still enabled here. >-----vvvvvvvvv 327 if defined(VBOX_WITH_WDDM) || "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.arm64" 326 328 VBoxDD_DEFS += VBOX_WITH_WDDM 327 329 VBoxDD_SOURCES += \ … … 423 425 endif 424 426 425 ifdef VBOX_WITH_VDMA 427 # HACK ALERT! Code no longer builds without VBOX_WITH_VDMA, so while it's temporairly 428 # disabled on win.arm64 we keep pretending it is still enabled here. >-----vvvvvvvvv 429 if defined(VBOX_WITH_VDMA) || "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.arm64" 426 430 VBoxDD_DEFS += VBOX_WITH_VDMA 427 431 VBoxDD_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.