Changeset 39335 in vbox
- Timestamp:
- Nov 16, 2011 3:37:26 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74906
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r39321 r39335 34 34 $(subst $(DQUOTE),,$(FILES_VBOXVIDEO_DRM_BIN)) \ 35 35 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers 36 vboxvideo_drm-mod_CLEAN += $(vboxvideo_drm-mod_0_OUTDIR)/build_in_tmp37 36 38 37 … … 69 68 vboxvideo_drm_SOURCES = vboxvideo_drm.c 70 69 else 70 vboxvideo_drm_INCS += ../../../Runtime/r0drv/linux 71 71 vboxvideo_drm_SOURCES = \ 72 ../../common/VBoxVideo/Modesetting.cpp \ 72 ../../common/VBoxVideo/Modesetting.cpp \ 73 vboxvideo_crtc.c \ 74 vboxvideo_dac.c \ 73 75 vboxvideo_device.c \ 74 76 vboxvideo_display.c \ 75 77 vboxvideo_drv.c \ 76 vboxvideo_kms.c 78 vboxvideo_kms.c \ 79 vboxvideo_vga.c 77 80 endif 78 81
Note:
See TracChangeset
for help on using the changeset viewer.