Ian Romanick | 447cdd5 | 2004-10-13 19:56:15 +0000 | [diff] [blame] | 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 | 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. |
Adam Jackson | 8fcd1e0 | 2005-08-19 20:20:03 +0000 | [diff] [blame] | 16 | DRI_DIRS = mach64 r128 r200 r300 radeon tdfx |
Ian Romanick | 447cdd5 | 2004-10-13 19:56:15 +0000 | [diff] [blame] | 17 | |