radeonsi: Replace magic numbers with register definitions in sampler state.
[mesa.git] / src / gallium / drivers / radeonsi / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = radeonsi
5
6 LIBRARY_INCLUDES = \
7 -I$(TOP)/include \
8 -I$(TOP)/src/gallium/drivers/radeon/
9
10
11 # get C_SOURCES
12 include Makefile.sources
13
14 LIBRADEON = $(TOP)/src/gallium/drivers/radeon/libradeon.a
15
16 EXTRA_OBJECTS = \
17 $(LIBRADEON)
18
19 CFLAGS+=$(RADEON_CFLAGS)
20
21 include ../../Makefile.template
22
23 # FIXME: Remove when this driver is converted to automake.
24 all: default