Changeset 78907 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
- Timestamp:
- May 31, 2019 11:19:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r78902 r78907 123 123 VBox/log-vbox.o \ 124 124 VBox/logbackdoor.o 125 ifeq ($(BUILD_TARGET_ARCH),x86) 125 ifeq ($(BUILD_TARGET_ARCH),amd64) 126 VBOXMOD_OBJS += common/alloc/heapsimple.o 127 endif 128 endif # VBOX_WITHOUT_COMBINED_SOURCES 129 ifeq ($(BUILD_TARGET_ARCH),x86) 126 130 VBOXMOD_OBJS += \ 127 131 common/math/gcc/divdi3.o \ … … 131 135 common/math/gcc/umoddi3.o \ 132 136 common/math/gcc/qdivrem.o 133 endif 134 ifeq ($(BUILD_TARGET_ARCH),amd64) 135 VBOXMOD_OBJS += common/alloc/heapsimple.o 136 endif 137 endif # VBOX_WITHOUT_COMBINED_SOURCES 137 endif 138 138 139 139 VBOXMOD_DEFS = \
Note:
See TracChangeset
for help on using the changeset viewer.