Changeset 104815 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 30, 2024 6:09:57 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk
r104651 r104815 449 449 # CPU instructions #4 - SSE, AVX, ++ FPU instructions. 450 450 # 451 MISCBINS += bs3-cpu-instr-4452 bs3-cpu-instr-4_TEMPLATE = VBoxBS3KitImg453 bs3-cpu-instr-4_INCS = . $(bs3-cpu-instr-4_0_OUTDIR)454 bs3-cpu-instr-4_SOURCES = \455 bs3kit/bs3-first-init-all-pe32.asm \456 bs3-cpu-instr-4.c32 \457 bs3-cpu-instr-4-asm.asm458 bs3-cpu-instr-4.c32_DEPS = $(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm-auto.h459 bs3-cpu-instr-4_CLEANS = $(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm-auto.h460 461 $$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm-auto.h: \462 $$(VBoxBs3Obj2Hdr_1_TARGET) $$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm.o16463 $(VBoxBs3Obj2Hdr_1_TARGET) --output "$@" "$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm.o16"464 465 bs3-cpu-instr-4-template.o:: \466 $$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm.o16451 # MISCBINS += bs3-cpu-instr-4 452 # bs3-cpu-instr-4_TEMPLATE = VBoxBS3KitImg 453 # bs3-cpu-instr-4_INCS = . $(bs3-cpu-instr-4_0_OUTDIR) 454 # bs3-cpu-instr-4_SOURCES = \ 455 # bs3kit/bs3-first-init-all-pe32.asm \ 456 # bs3-cpu-instr-4.c32 \ 457 # bs3-cpu-instr-4-asm.asm 458 # bs3-cpu-instr-4.c32_DEPS = $(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm-auto.h 459 # bs3-cpu-instr-4_CLEANS = $(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm-auto.h 460 461 # $$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm-auto.h: \ 462 # $$(VBoxBs3Obj2Hdr_1_TARGET) $$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm.o16 463 # $(VBoxBs3Obj2Hdr_1_TARGET) --output "$@" "$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm.o16" 464 465 # bs3-cpu-instr-4-template.o:: \ 466 # $$(bs3-cpu-instr-4_0_OUTDIR)/bs3-cpu-instr-4-asm.o16 467 467 468 468 #
Note:
See TracChangeset
for help on using the changeset viewer.