Changeset 99718 in vbox
- Timestamp:
- May 10, 2023 9:44:00 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r99716 r99718 449 449 450 450 451 if def VBOX_WITH_EFI451 if defined(VBOX_WITH_EFI) && !defined(VBOX_ONLY_SDK) 452 452 # 453 453 # Install EFI firmware image … … 518 518 $(PATH_ROOT)/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd=>VBoxEFI64.fd 519 519 endif # !VBOX_WITH_EFIFW_FROM_BUILD_SERVER 520 endif # VBOX_WITH_EFI 520 endif # VBOX_WITH_EFI && !VBOX_ONLY_SDK 521 521 522 522 … … 2108 2108 '--exclude=src/VBox/Disassembler/**' \ 2109 2109 '--exclude=src/VBox/ExtPacks/**' \ 2110 '--exclude=src/VBox/Frontends/VirtualBox/**' \ 2110 '--include=src/VBox/Frontends/' \ 2111 '--include=src/VBox/Frontends/VBoxShell**' \ 2112 '--exclude=src/VBox/Frontends/**' \ 2111 2113 '--exclude=src/VBox/GuestHost/**' \ 2112 2114 '--exclude=src/VBox/HostDrivers/**' \ … … 2117 2119 '--exclude=src/VBox/Storage/**' \ 2118 2120 '--exclude=src/VBox/VMM/**' \ 2121 '--include=src/libs/' \ 2122 '--include=src/libs/Makefile.kmk' \ 2123 '--include=src/libs/xpcom**' \ 2124 '--exclude=src/libs/**' \ 2119 2125 . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_SDK_BUILD_SUBDIRNAME) 2120 2126
Note:
See TracChangeset
for help on using the changeset viewer.