add drm_sman, drm_mm, drm_hashtab

This commit is contained in:
jmcneill 2011-02-18 14:26:40 +00:00
parent 4add633a5d
commit 7f1c70f60c
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/06/22 13:13:08 tron Exp $
# $NetBSD: Makefile,v 1.4 2011/02/18 14:26:40 jmcneill Exp $
.include "../Makefile.inc"
@ -14,12 +14,15 @@ SRCS+= drm_dma.c
SRCS+= drm_drawable.c
SRCS+= drm_drv.c
SRCS+= drm_fops.c
SRCS+= drm_hashtab.c
SRCS+= drm_ioctl.c
SRCS+= drm_irq.c
SRCS+= drm_lock.c
SRCS+= drm_memory.c
SRCS+= drm_mm.c
SRCS+= drm_pci.c
SRCS+= drm_scatter.c
SRCS+= drm_sman.c
SRCS+= drm_sysctl.c
SRCS+= drm_vm.c