Changeset 31900 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 24, 2010 9:53:37 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r30110 r31900 260 260 vboxdrv-mod_SOURCES = $(subst ",,$(FILES_VBOXDRV_NOBIN)) #" 261 261 vboxdrv-mod_SOURCES += \ 262 $(if $(VBOX_OSE),,\ 263 $(PATH_vboxdrv-mod)/dkms.conf) \ 262 $(PATH_vboxdrv-mod)/dkms.conf \ 264 263 $(PATH_vboxdrv-mod)/Makefile 265 264 vboxdrv-mod_CLEAN = \ … … 272 271 vboxdrv-sh_SOURCES += \ 273 272 $(PATH_vboxdrv-sh)/build_in_tmp \ 274 $(if $(VBOX_OSE),,\ 275 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers) 273 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers 276 274 vboxdrv-sh_CLEAN = \ 277 275 $(PATH_TARGET)/vboxdrv-sh-1.dep \
Note:
See TracChangeset
for help on using the changeset viewer.