- Timestamp:
- Sep 24, 2019 1:44:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r80360 r80973 138 138 VBoxDD.so \ 139 139 VBoxDD2.so \ 140 VBoxREM.so \141 140 VBoxDDU.so \ 142 141 VBoxVMM.so \ 143 $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,) \144 $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,) \145 142 VBoxRT.so \ 146 143 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL $(if $(VBOX_WITH_HARDENING),VBoxSDL.so),) \ … … 177 174 VBoxTunctl 178 175 176 ifdef VBOX_WITH_REM 177 VBOX_LNX_STRIP_BIN += \ 178 VBoxREM.so \ 179 $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,) \ 180 $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,) 181 endif 182 179 183 # Do not remove relocation information of these binaries 180 184 VBOX_LNX_STRIP_OBJ = \
Note:
See TracChangeset
for help on using the changeset viewer.