blob: bbb71e25d84ed184696883e4f3613c0595c2163b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TOP = ../../../../..
include $(TOP)/configs/current
LIBNAME = i965drm
C_SOURCES = \
i965_drm_buffer.c \
i965_drm_api.c
LIBRARY_INCLUDES = $(shell pkg-config libdrm --cflags-only-I)
LIBRARY_DEFINES = $(shell pkg-config libdrm --cflags-only-other)
include ../../../Makefile.template
|