Changeset 99739 in vbox for trunk/Makefile.kmk
- Timestamp:
- May 11, 2023 1:01:08 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r99722 r99739 948 948 VBOX_CORE_DOXYFILE_INPUT := \ 949 949 $(VBOX_CORE_DOXYFILE_INPUT_FIRST) \ 950 $(sort $(filter-out $(VBOX_CORE_DOXYFILE_INPUT_FIRST) , $(VBOX_CORE_DOXYFILE_INPUT)))950 $(sort $(filter-out $(VBOX_CORE_DOXYFILE_INPUT_FIRST) %/CPUM-armv8.cpp, $(VBOX_CORE_DOXYFILE_INPUT))) 951 951 952 952 VBOX_CORE_DOXYFILE_INPUT += \ … … 973 973 "$(PATH_ROOT)/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c" \ 974 974 "$(PATH_ROOT)/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_arrays.c" \ 975 "$(PATH_ROOT)/src/VBox/Additions/common/crOpenGL/context.c" 975 "$(PATH_ROOT)/src/VBox/Additions/common/crOpenGL/context.c" \ 976 \ 977 "$(PATH_ROOT)/src/VBox/VMM/include/IEMInternal-armv8.h" \ 978 "src/VBox/VMM/include/IEMInternal-armv8.h" \ 979 "$(PATH_ROOT)/src/VBox/VMM/VMMAll/CPUMAllRegs-armv8.cpp" \ 980 "src/VBox/VMM/VMMAll/CPUMAllRegs-armv8.cpp" \ 981 "$(PATH_ROOT)/src/VBox/VMM/VMMR3/CPUM-armv8.cpp" \ 982 "src/VBox/VMM/VMMR3/CPUM-armv8.cpp" \ 983 "$(PATH_ROOT)/src/VBox/VMM/VMMR3/HM-armv8.cpp" \ 984 "src/VBox/VMM/VMMR3/HM-armv8.cpp" 985 ## @todo ARMv8: crap is duplicated multiple times or in different sections. Clean up the above *armv8* mess. 976 986 $(QUIET)$(APPEND) [email protected] 977 987 $(QUIET)$(APPEND) [email protected] 'INPUT = $(foreach x,$(VBOX_CORE_DOXYFILE_INPUT),\$(NLTAB)$(x))' … … 1003 1013 -e '/\/src\/VBox\/HostDrivers\/Support\/win\/SUPR3HardenedMain-win\.cpp.* warning/b ignore' \ 1004 1014 -e '/\/src\/VBox\/ValidationKit\/.* warning/b ignore' \ 1015 -e '/WRAPPED_MODULE_SYMBOL_INCLUDE/b ignore' \ 1005 1016 \ 1006 1017 -e '/unable to resolve link to .dtrace_pops_t./b ignore' \
Note:
See TracChangeset
for help on using the changeset viewer.