mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 21:10:12 +01:00
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
17 lines
416 B
Makefile
17 lines
416 B
Makefile
# -*-makefile-*-
|
|
# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others
|
|
|
|
include $(TOP)/configs/linux-dri
|
|
|
|
CONFIG_NAME = linux-dri-ppc
|
|
|
|
OPT_FLAGS = -Os -mcpu=603
|
|
PIC_FLAGS = -fPIC
|
|
|
|
ASM_FLAGS = -DUSE_PPC_ASM -DUSE_VMX_ASM
|
|
MESA_ASM_SOURCES = $(PPC_SOURCES)
|
|
|
|
# Build only the drivers for cards that exist on PowerPC. At some point MGA
|
|
# will be added, but not yet.
|
|
DRI_DIRS = r200 r300 radeon
|
|
|