Changeset 72130 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 4, 2018 11:18:37 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122526
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Makefile.kmk
r71587 r72130 255 255 $$(bs3-cpu-basic-2_0_OUTDIR)/bs3kit/bs3-cmn-instantiate.o64 \ 256 256 $$(bs3-cpu-basic-2_0_OUTDIR)/bs3-cpu-basic-2-asm.o16 257 258 ifndef VBOX_OSE # Will be exported at some later point. 259 # CPU weird stuff #1. 260 MISCBINS += bs3-cpu-weird-1 261 bs3-cpu-weird-1_TEMPLATE = VBoxBS3KitImg 262 bs3-cpu-weird-1_INCS = . 263 bs3-cpu-weird-1_SOURCES = \ 264 bs3kit/bs3-first-rm.asm \ 265 bs3-cpu-weird-1.c \ 266 bs3-cpu-weird-1-x0.c \ 267 bs3-cpu-weird-1-asm.asm 268 endif 257 269 258 270 # FPU state corruption checker.
Note:
See TracChangeset
for help on using the changeset viewer.