Changeset 32212 in vbox for trunk/src/VBox
- Timestamp:
- Sep 2, 2010 2:42:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r32183 r32212 63 63 HostDrivers-dkms-src_SOURCES = $(PATH_HostDrivers-dkms-src)/dkms.conf 64 64 HostDrivers-dkms-src_CLEAN = $(PATH_HostDrivers-dkms-src)/dkms.conf 65 endif66 67 if1of ($(KBUILD_TARGET),freebsd)68 #69 # Install the export_modules script for tar'ing the module sources on FreeBSD hosts70 #71 INSTALLS += HostDrivers-sh72 HostDrivers-sh_INST = bin/73 HostDrivers-sh_MODE = a+rx,u+w74 HostDrivers-sh_SOURCES.freebsd = freebsd/export_modules75 endif76 endif # !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE)77 78 # Scripts needed for building the kernel modules79 65 80 66 $$(PATH_HostDrivers-dkms-src)/dkms.conf: \ … … 100 86 --output $@ $< 101 87 88 endif 89 90 if1of ($(KBUILD_TARGET),freebsd) 91 # 92 # Install the export_modules script for tar'ing the module sources on FreeBSD hosts 93 # 94 INSTALLS += HostDrivers-sh 95 HostDrivers-sh_INST = bin/ 96 HostDrivers-sh_MODE = a+rx,u+w 97 HostDrivers-sh_SOURCES.freebsd = freebsd/export_modules 98 endif 99 endif # !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 100 102 101 # Let kBuild generate the rules. 103 102 include $(KBUILD_PATH)/subfooter.kmk
Note:
See TracChangeset
for help on using the changeset viewer.