Changeset 89634 in vbox
- Timestamp:
- Jun 11, 2021 6:09:07 PM (3 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Makefile.kmk
r89628 r89634 29 29 include $(PATH_SUB_CURRENT)/Additions/Makefile.kmk 30 30 31 ifdef VBOX_WITH_VALIDATIONKIT 32 # Make sure our Config.kmk is included. 33 ifndef VBOX_VALIDATIONKIT_CONFIG_KMK_INCLUDED 34 include $(PATH_SUB_CURRENT)/ValidationKit/Config.kmk 35 endif 36 # For including VKAT with the Guest Additions. 31 ifdef VBOX_WITH_VALIDATIONKIT # For including VKAT with the Guest Additions. 37 32 include $(PATH_SUB_CURRENT)/ValidationKit/utils/audio/Makefile.kmk 38 33 endif -
trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
r89544 r89634 27 27 SUB_DEPTH = ../../../../.. 28 28 include $(KBUILD_PATH)/subheader.kmk 29 30 # 31 # Make sure the ValKit config file is included when the additions build 32 # is including just this makefile. 33 # 34 ifndef VBOX_VALIDATIONKIT_CONFIG_KMK_INCLUDED 35 include $(PATH_SUB_CURRENT)/ValidationKit/Config.kmk 36 endif 29 37 30 38 #
Note:
See TracChangeset
for help on using the changeset viewer.