mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
10 lines
256 B
Makefile
10 lines
256 B
Makefile
# -*-makefile-*-
|
|
# Configuration for freebsd-dri-amd64: FreeBSD DRI hardware drivers
|
|
|
|
include $(TOP)/configs/freebsd-dri
|
|
|
|
CONFIG_NAME = freebsd-dri-x86-64
|
|
|
|
ASM_FLAGS = -DUSE_X86_64_ASM
|
|
MESA_ASM_SOURCES = $(X86-64_SOURCES)
|
|
GLAPI_ASM_SOURCES = $(X86-64_API)
|