summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/Makefile
blob: b3b9934e10340a76f1c3d754d9b31b7f779e2d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = rtasm

DRIVER_SOURCES = \
	x86sse.c \
	mm.c \
	execmem.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: