Changeset 31900 in vbox for trunk/src/VBox/Additions/linux/drm
- 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/Additions/linux/drm/Makefile.kmk
r28800 r31900 34 34 vboxvideo_drm-mod_MODE = a+r,u+w 35 35 vboxvideo_drm-mod_SOURCES = $(subst ",,$(FILES_VBOXVIDEO_DRM_NOBIN)) 36 vboxvideo_drm-mod_SOURCES += $(if $(VBOX_OSE),,\ 37 $(PATH_vboxvideo_drm-mod)/dkms.conf) 36 vboxvideo_drm-mod_SOURCES += $(PATH_vboxvideo_drm-mod)/dkms.conf 38 37 vboxvideo_drm-mod_CLEAN += $(PATH_vboxvideo_drm-mod)/dkms.conf 39 38 … … 43 42 vboxvideo_drm-sh_SOURCES += \ 44 43 $(PATH_vboxvideo_drm-sh)/build_in_tmp \ 45 $(if $(VBOX_OSE),,\ 46 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers) 44 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers 47 45 vboxvideo_drm-sh_CLEAN += $(PATH_vboxvideo_drm-sh)/build_in_tmp 48 46
Note:
See TracChangeset
for help on using the changeset viewer.