summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/Makefile
blob: 7c8ac607941dbf92d8320ec74b1e78d26b431d8a (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 = \
	execmem.c \
	x86sse.c \
	mm.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: