mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 16:30:27 +01:00
12 lines
279 B
Makefile
12 lines
279 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)
|