Changeset 32183 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Sep 1, 2010 3:53:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65467
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r31900 r32183 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 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 += $(PATH_vboxvideo_drm-mod)/dkms.conf37 vboxvideo_drm-mod_CLEAN += $(PATH_vboxvideo_drm-mod)/dkms.conf38 36 39 37 vboxvideo_drm-sh_INST = $(INST_ADDITIONS)src/vboxvideo/ … … 82 80 $(QUIET)chmod 0755 $@ 83 81 84 $$(PATH_vboxvideo_drm-mod)/dkms.conf: \85 $(PATH_SUB_CURRENT)/dkms.conf \86 $(VBOX_VERSION_STAMP) \87 | $$(dir $$@)88 $(call MSG_TOOL,Creating,,$@)89 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@90 91 82 include $(KBUILD_PATH)/subfooter.kmk 92 83 -
trunk/src/VBox/Additions/linux/drm/Makefile.module
r28800 r32183 4 4 # (For 2.6.x this file must be 'Makefile'!) 5 5 # 6 # Copyright (C) 2006-20 07Oracle Corporation6 # Copyright (C) 2006-2010 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 150 150 endif 151 151 INCL += $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux) 152 INCL += $(addprefix -I$(KBUILD_EXTMOD)/vboxvideo,/ /include /r0drv/linux) 152 153 export INCL 153 154 endif
Note:
See TracChangeset
for help on using the changeset viewer.