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

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

LIBNAME = rtasm

DRIVER_SOURCES = \
	rtasm_execmem.c \
	rtasm_x86sse.c

C_SOURCES = \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: