aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/nouveau/drm/Makefile
blob: 621ad2a80706f2bff9e96e0abad9bbb4e06a45c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOP = ../../../../../..
include $(TOP)/configs/current

LIBNAME = nouveaudrm

C_SOURCES = nouveau_drm_api.c \
	    nouveau_winsys_pipe.c

LIBRARY_INCLUDES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-I)
LIBRARY_DEFINES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-other)

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