diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-09-06 15:37:52 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-09-06 15:37:52 -0700 |
commit | 54c96cbc46a21e05cf991d0e4a26da58bd87ce85 (patch) | |
tree | 19bd9c681b3a07bebdb17964c392c28940367045 /linux-core/Makefile.kernel | |
parent | edf5a86a269690b0e42a5cee7d4ac3828b42ca3e (diff) | |
parent | c597bd57eee3ea05a3b8c851615c7351d0b32fce (diff) |
Merge branch 'xgi-0-0-2'
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r-- | linux-core/Makefile.kernel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 3d00cbe6..ac77941e 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -38,6 +38,8 @@ via-objs := via_irq.o via_drv.o via_map.o via_mm.o via_dma.o via_verifier.o \ via_video.o via_dmablit.o via_fence.o via_buffer.o mach64-objs := mach64_drv.o mach64_dma.o mach64_irq.o mach64_state.o nv-objs := nv_drv.o +xgi-objs := xgi_cmdlist.o xgi_drv.o xgi_fb.o xgi_misc.o xgi_pcie.o \ + xgi_fence.o ifeq ($(CONFIG_COMPAT),y) drm-objs += drm_ioc32.o @@ -62,3 +64,4 @@ obj-$(CONFIG_DRM_VIA) += via.o obj-$(CONFIG_DRM_MACH64)+= mach64.o obj-$(CONFIG_DRM_NV) += nv.o obj-$(CONFIG_DRM_NOUVEAU) += nouveau.o +obj-$(CONFIG_DRM_XGI) += xgi.o
\ No newline at end of file |