Changeset 32183 in vbox for trunk/src/VBox/Additions/linux/Makefile
- Timestamp:
- Sep 1, 2010 3:53:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile
r28999 r32183 5 5 # 6 6 # 7 # Copyright (C) 2009 Oracle Corporation7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 # 17 18 ifneq ($(KBUILD_EXTMOD),) 19 20 # DKMS 21 22 obj-m = vboxguest/ vboxsf/ vboxvideo/ 23 24 else # ! KBUILD_EXTMOD 17 25 18 26 KBUILD_VERBOSE = … … 60 68 @/sbin/insmod vboxguest.ko 61 69 @if [ -f vboxsf.ko ]; then /sbin/insmod vboxsf.ko; fi 70 71 endif # ! KBUILD_EXTMOD
Note:
See TracChangeset
for help on using the changeset viewer.