add a couple of missing files. pointed out by tron.
This commit is contained in:
parent
7b14dcf78f
commit
de36815874
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2009/06/22 13:13:08 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/06/22 15:34:53 mrg Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -7,10 +7,11 @@
|
||||
|
||||
KMOD= i915drm
|
||||
|
||||
SRCS= i915_dma.c
|
||||
SRCS+= i915_drv.c
|
||||
SRCS= i915_drv.c
|
||||
SRCS+= i915_dma.c
|
||||
SRCS+= i915_irq.c
|
||||
SRCS+= i915_mem.c
|
||||
SRCS+= i915_suspend.c
|
||||
|
||||
CPPFLAGS+= -I${S}/external/bsd/drm/dist/bsd-core \
|
||||
-I${S}/external/bsd/drm/dist/shared-core
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2009/06/22 13:13:08 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2009/06/22 15:34:54 mrg Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -7,10 +7,12 @@
|
||||
|
||||
KMOD= radeondrm
|
||||
|
||||
SRCS= ati_pcigart.c
|
||||
SRCS= radeon_drv.c
|
||||
# XXX this one should be in a sub-driver to share with r128drm
|
||||
SRCS+= ati_pcigart.c
|
||||
SRCS+= r300_cmdbuf.c
|
||||
SRCS+= r600_cp.c
|
||||
SRCS+= radeon_cp.c
|
||||
SRCS+= radeon_drv.c
|
||||
SRCS+= radeon_irq.c
|
||||
SRCS+= radeon_mem.c
|
||||
SRCS+= radeon_state.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user