Changeset 39321 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Nov 16, 2011 9:40:46 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r39252 r39321 33 33 vboxvideo_drm-mod_EXEC_SOURCES = \ 34 34 $(subst $(DQUOTE),,$(FILES_VBOXVIDEO_DRM_BIN)) \ 35 $(vboxvideo_drm-mod_0_OUTDIR)/build_in_tmp \36 35 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers 37 36 vboxvideo_drm-mod_CLEAN += $(vboxvideo_drm-mod_0_OUTDIR)/build_in_tmp 38 39 # Script needed for building the kernel module.40 $$(vboxvideo_drm-mod_0_OUTDIR)/build_in_tmp: \41 $(PATH_ROOT)/src/VBox/HostDrivers/linux/build_in_tmp \42 $(VBOX_VERSION_STAMP) \43 | $$(dir $$@)44 $(call MSG_TOOL,Creating,,$@)45 $(QUIET)$(RM) -f -- $@46 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxvideo;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" \47 --output=$@ $<48 $(QUIET)$(CHMOD) 0755 $@49 37 50 38
Note:
See TracChangeset
for help on using the changeset viewer.