Changeset 98960 in vbox for trunk/include
- Timestamp:
- Mar 14, 2023 1:08:54 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Makefile.kmk
r98959 r98960 145 145 VBox/vmm/pdmpcidevint.h \ 146 146 VBox/vmm/vmmr3vtable-def.h \ 147 148 147 VBox/vmm/cpumctx-x86-amd64.h \ 148 VBox/vmm/cpumctx-armv8.h \ 149 149 iprt/runtime-loader.h \ 150 150 iprt/mangling.h \ … … 162 162 VBox/vmm/cpumctx.h \ 163 163 VBox/vmm/cpumctx-v1_6.h \ 164 VBox/vmm/cpumctx-x86-amd64.h \ 164 165 VBox/vmm/dbgfcorefmt.h 165 166 endif … … 167 168 ifn1of ($(KBUILD_TARGET_ARCH), arm32 arm64) 168 169 VBOX_HDRS_OMIT += \ 169 iprt/asm-arm.h 170 iprt/asm-arm.h \ 171 VBox/vmm/cpumctx-armv8.h 170 172 endif 171 173
Note:
See TracChangeset
for help on using the changeset viewer.