summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/drm/Makefile
blob: e63ae6f500602deb04fa91fd7211842d0fdd14d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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

LIBNAME = radeonwinsys

C_SOURCES = \
	radeon_drm_bo.c \
	radeon_drm_cs.c \
	radeon_drm_common.c

LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r300 \
		   $(shell pkg-config libdrm --cflags-only-I)

include ../../../Makefile.template

symlinks: