Skip to content

Commit

Permalink
Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/kernel/git/airlied/drm-2.6

* 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
  drm/nouveau: Add DRM driver for NVIDIA GPUs
  • Loading branch information
Linus Torvalds committed Dec 11, 2009
2 parents 9148bce + 6ee7386 commit 9764757
Show file tree
Hide file tree
Showing 85 changed files with 36,161 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ obj-$(CONFIG_DRM_I915) += i915/
obj-$(CONFIG_DRM_SIS) += sis/
obj-$(CONFIG_DRM_SAVAGE)+= savage/
obj-$(CONFIG_DRM_VIA) +=via/
obj-$(CONFIG_DRM_NOUVEAU) +=nouveau/
obj-y += i2c/
4 changes: 4 additions & 0 deletions drivers/gpu/drm/i2c/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ccflags-y := -Iinclude/drm

ch7006-y := ch7006_drv.o ch7006_mode.o
obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o
Loading

0 comments on commit 9764757

Please sign in to comment.