Changeset 32183 in vbox for trunk/src/VBox/HostDrivers/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/HostDrivers/linux/Makefile
r28800 r32183 5 5 # 6 6 # 7 # Copyright (C) 2008-20 09Oracle Corporation7 # Copyright (C) 2008-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 = vboxdrv/ 23 ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetflt/Makefile),) 24 obj-m += vboxnetflt/ 25 endif 26 ifneq ($(wildcard $(KBUILD_EXTMOD)/vboxnetadp/Makefile),) 27 obj-m += vboxnetadp/ 28 endif 29 30 else # ! KBUILD_EXTMOD 31 32 # convenience Makefile without DKMS 17 33 18 34 KBUILD_VERBOSE = … … 75 91 fi; \ 76 92 done 93 94 endif # ! KBUILD_EXTMOD
Note:
See TracChangeset
for help on using the changeset viewer.