blob: a3a3ca83cb37da450e57c2629e5d7ddf8f3896a7 [file] [log] [blame]
Ian Romanick447cdd52004-10-13 19:56:15 +00001# -*-makefile-*-
2# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
4include $(TOP)/configs/linux-dri
5
6CONFIG_NAME = linux-dri-ppc
7
8OPT_FLAGS = -Os -mcpu=603
9PIC_FLAGS = -fPIC
10
11ASM_FLAGS = -DUSE_PPC_ASM -DUSE_VMX_ASM
José Fonseca90b2beb2008-02-19 13:27:13 +090012MESA_ASM_SOURCES = $(PPC_SOURCES)
Ian Romanick447cdd52004-10-13 19:56:15 +000013
14# Build only the drivers for cards that exist on PowerPC. At some point MGA
15# will be added, but not yet.
Adam Jackson8fcd1e02005-08-19 20:20:03 +000016DRI_DIRS = mach64 r128 r200 r300 radeon tdfx
Ian Romanick447cdd52004-10-13 19:56:15 +000017