Changeset 84947 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp
- Timestamp:
- Jun 25, 2020 11:52:07 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r82968 r84947 36 36 linux/VBoxNetAdp-linux.o \ 37 37 VBoxNetAdp.o 38 ifeq ($( BUILD_TARGET_ARCH),x86)38 ifeq ($(VBOX_KBUILD_TARGET_ARCH),x86) 39 39 VBOXMOD_OBJS += \ 40 40 math/gcc/divdi3.o \
Note:
See TracChangeset
for help on using the changeset viewer.