Changeset 36190 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Mar 7, 2011 4:28:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/Makefile
r35938 r36190 69 69 fi 70 70 71 72 71 install: 73 72 @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxdrv install … … 95 94 rm -f vboxdrv.ko vboxnetflt.ko vboxnetadp.ko vboxpci.ko 96 95 96 check: 97 @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxdrv check 98 97 99 unload: 98 100 @for module in vboxpci vboxnetadp vboxnetflt vboxdrv; do \
Note:
See TracChangeset
for help on using the changeset viewer.