No empty .Rs/.Re
[netbsd-mini2440.git] / sys / modules / radeondrm / Makefile
blob0259dd98e664ff8a3120c88b4ed57ada95366b2f
1 # $NetBSD: Makefile,v 1.6 2009/06/22 13:13:08 tron Exp $
3 .include "../Makefile.inc"
5 .PATH: ${S}/external/bsd/drm/dist/bsd-core
6 .PATH: ${S}/external/bsd/drm/dist/shared-core
8 KMOD= radeondrm
10 SRCS= radeon_drv.c
11 # XXX this one should be in a sub-driver to share with r128drm
12 SRCS+= ati_pcigart.c
13 SRCS+= r300_cmdbuf.c
14 SRCS+= r600_cp.c
15 SRCS+= radeon_cp.c
16 SRCS+= radeon_irq.c
17 SRCS+= radeon_mem.c
18 SRCS+= radeon_state.c
20 CPPFLAGS+= -I${S}/external/bsd/drm/dist/bsd-core \
21 -I${S}/external/bsd/drm/dist/shared-core
23 .include <bsd.kmodule.mk>