aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile
blob: 5d16b41ed0e7d8300a64e01eb817c2a8364b00a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = radeonsi

LIBRARY_INCLUDES = \
	-I$(TOP)/include \
	-I$(TOP)/src/gallium/drivers/radeon/


# get C_SOURCES
include Makefile.sources

LIBRADEON = $(TOP)/src/gallium/drivers/radeon/libradeon.a

EXTRA_OBJECTS = \
	$(LIBRADEON)

CFLAGS+=$(RADEON_CFLAGS)

include ../../Makefile.template