Changeset 84947 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jun 25, 2020 11:52:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r83886 r84947 121 121 generic/uuid-generic.o \ 122 122 VBox/log-vbox.o 123 ifeq ($( BUILD_TARGET_ARCH),x86)123 ifeq ($(VBOX_KBUILD_TARGET_ARCH),x86) 124 124 VBOXMOD_OBJS += \ 125 125 math/gcc/divdi3.o \ … … 131 131 math/gcc/umoddi3.o 132 132 endif 133 ifeq ($( BUILD_TARGET_ARCH),amd64)133 ifeq ($(VBOX_KBUILD_TARGET_ARCH),amd64) 134 134 VBOXMOD_OBJS += common/alloc/heapsimple.o 135 135 endif
Note:
See TracChangeset
for help on using the changeset viewer.