Changeset 94416 in vbox for trunk/src/VBox/VMM/testcase/Makefile.kmk
- Timestamp:
- Mar 31, 2022 2:33:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r94413 r94416 257 257 $(tstIEMAImpl_0_OUTDIR)/tstIEMAImplDataFpuBinary1-Amd.cpp \ 258 258 $(tstIEMAImpl_0_OUTDIR)/tstIEMAImplDataFpuBinary1-Intel.cpp \ 259 $(tstIEMAImpl_0_OUTDIR)/tstIEMAImplDataFpuBinary2.cpp 259 $(tstIEMAImpl_0_OUTDIR)/tstIEMAImplDataFpuBinary2.cpp \ 260 $(tstIEMAImpl_0_OUTDIR)/tstIEMAImplDataFpuOther.cpp 260 261 tstIEMAImpl_SOURCES = \ 261 262 tstIEMAImpl.cpp \ 262 263 263 ../VMMAll/IEMAllAImplC.cpp \ 264 $(tstIEMAImpl_CLEAN) 264 265 $(call KB_FN_DO_PASS0_ON_TARGET,tstIEMAImpl) 265 266 … … 270 271 tstIEMAImplAsm_SOURCES = \ 271 272 tstIEMAImpl.cpp \ 272 273 274 273 ../VMMAll/IEMAllAImpl.asm \ 274 ../VMMAll/IEMAllAImplC.cpp \ 275 $(tstIEMAImpl_CLEAN) 275 276 276 277 ## @param 1 The sub-name of the file in question. … … 300 301 $(evalcall2 def_tstIEMAImplData_adjust,FpuBinary1-Intel) 301 302 $(evalcall2 def_tstIEMAImplData_adjust,FpuBinary2) 303 $(evalcall2 def_tstIEMAImplData_adjust,FpuOther) 302 304 303 305
Note:
See TracChangeset
for help on using the changeset viewer.