Changeset 90463 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Aug 1, 2021 9:27:48 PM (3 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk
r89153 r90463 397 397 bs3-timing-1-32.c32 398 398 399 # Lock contention and interruption. 400 MISCBINS += bs3-locking-1 401 bs3-locking-1_TEMPLATE = VBoxBS3KitImg 402 bs3-locking-1_INCS = . 403 ifeq ($(KBUILD_HOST),win) 404 bs3-locking-1_DEFS += HAVE_OMF_CONVERTER 405 endif 406 bs3-locking-1_SOURCES = \ 407 bs3kit/bs3-first-rm.asm \ 408 bs3-locking-1.c 409 399 410 endif # VBOX_WITH_BS3KIT 400 411
Note:
See TracChangeset
for help on using the changeset viewer.