mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 05:58:11 +02:00
14 lines
176 B
Makefile
14 lines
176 B
Makefile
TOP = ../../../..
|
|
include $(TOP)/configs/current
|
|
|
|
LIBNAME = rtasm
|
|
|
|
C_SOURCES = \
|
|
rtasm_cpu.c \
|
|
rtasm_execmem.c \
|
|
rtasm_x86sse.c
|
|
|
|
include ../../Makefile.template
|
|
|
|
symlinks:
|
|
|