Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / gallium / winsys / r600 / drm / Makefile
1
2 TOP = ../../../../..
3 include $(TOP)/configs/current
4
5 LIBNAME = r600winsys
6
7 C_SOURCES = \
8         bof.c \
9         evergreen_hw_context.c \
10         radeon_bo.c \
11         radeon_pciid.c \
12         r600_bo.c \
13         r600_drm.c \
14         r600_hw_context.c \
15         r600_bomgr.c
16
17 LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r600 \
18                    -I$(TOP)/include \
19                    $(shell pkg-config libdrm --cflags-only-I)
20
21 include ../../../Makefile.template
22
23 symlinks: