blob: 7ab1a2a771b1dbe1eed32b17ba7a78b3c7054f96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
TOP = ../../../../../..
include $(TOP)/configs/current
LIBNAME = inteldrm
C_SOURCES = \
intel_be_batchbuffer.c \
intel_be_context.c \
intel_be_device.c \
intel_be_api.c
LIBRARY_INCLUDES = $(shell pkg-config libdrm --cflags-only-I)
LIBRARY_DEFINES = $(shell pkg-config libdrm --cflags-only-other)
include ../../../../Makefile.template
|