Changeset 14545 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 24, 2008 9:15:01 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r13938 r14545 38 38 endif 39 39 endif 40 41 ifeq ($(KBUILD_TARGET),linux) 42 # 43 # Install the Makefile for module compliation on Linux hosts 44 # 45 INSTALLS += HostDrivers-src 46 HostDrivers-src_INST = bin/src/ 47 HostDrivers-src_MODE = a+r,u+w 48 HostDrivers-src_SOURCES = linux/Makefile 49 endif 50 40 51 endif # !VBOX_ONLY_DOCS 41 52
Note:
See TracChangeset
for help on using the changeset viewer.