Changeset 46147 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- May 17, 2013 3:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r42239 r46147 82 82 vbsfmount.c 83 83 84 # 32-bit version for the 64-bit Linux Additions 85 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64) 86 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),) 87 PROGRAMS += mount.vboxsf_32 88 mount.vboxsf_32_EXTENDS = mount.vboxsf 89 mount.vboxsf_32_TEMPLATE = NewVBoxGuestR3Exe_X86 90 mount.vboxsf_32_NAME = mount.vboxsf 91 endif 92 endif 93 84 94 include $(FILE_KBUILD_SUB_FOOTER) 85 95
Note:
See TracChangeset
for help on using the changeset viewer.