mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-04 05:33:41 +00:00
90b2beb661
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
11 lines
256 B
Makefile
11 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)
|