1 # $NetBSD: Makefile,v 1.3 2008/10/13 03:19:08 mrg Exp $
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
13 .if
${MACHINE_ARCH} == "sparc64"
14 COPTS.radeon_tcl.c
= -Wno-error
17 COPTS.radeon_screen.c
= -Wno-error
# XXX const
19 .
include "${.CURDIR}/../dri.mk"