Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / configs / linux-dri-ppc
1 # -*-makefile-*-
2 # Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
3
4 include $(TOP)/configs/linux-dri
5
6 CONFIG_NAME = linux-dri-ppc
7
8 OPT_FLAGS = -Os -mcpu=603
9 PIC_FLAGS = -fPIC
10
11 ASM_FLAGS = -DUSE_PPC_ASM -DUSE_VMX_ASM
12 MESA_ASM_SOURCES = $(PPC_SOURCES)
13
14 # Build only the drivers for cards that exist on PowerPC. At some point MGA
15 # will be added, but not yet.
16 DRI_DIRS = mach64 r128 r200 r300 radeon tdfx
17