Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / lib / dri / radeon / Makefile
blob5ea48ed095c7dc1b66e594b8ec3e85702919e97f
1 # $NetBSD: Makefile,v 1.3 2008/10/13 03:19:08 mrg Exp $
3 MODULE= radeon
5 CPPFLAGS+= -DRADEON_COMMON=0
7 SRCS= radeon_context.c radeon_ioctl.c radeon_lock.c radeon_screen.c \
8 radeon_state.c radeon_state_init.c radeon_tex.c radeon_texmem.c \
9 radeon_texstate.c radeon_tcl.c radeon_swtcl.c radeon_span.c \
10 radeon_maos.c radeon_sanity.c
12 # XXX
13 .if ${MACHINE_ARCH} == "sparc64"
14 COPTS.radeon_tcl.c= -Wno-error
15 .endif
17 COPTS.radeon_screen.c= -Wno-error # XXX const
19 .include "${.CURDIR}/../dri.mk"