blob: 42a6f4abc21898c86c6c1e94efdd4eaf3e9debc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
TOP = ../../../../../..
include $(TOP)/configs/current
LIBNAME = radeonwinsys
C_SOURCES = \
radeon_buffer.c \
radeon_drm.c \
radeon_r300.c \
radeon_winsys_softpipe.c
LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r300 \
$(shell pkg-config libdrm --cflags-only-I)
include ../../../../Makefile.template
symlinks:
|