Changeset 21357 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Jul 7, 2009 4:18:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/Makefile
r19455 r21357 37 37 fi 38 38 @if [ -d vboxnetadp ]; then \ 39 if [ -f vboxdrv/Module.symvers ]; then \ 40 cp vboxdrv/Module.symvers vboxnetadp; \ 41 fi; \ 39 42 echo "*** Building 'vboxnetadp' module ***"; \ 40 43 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxnetadp; \
Note:
See TracChangeset
for help on using the changeset viewer.