Merge remote branch 'main/master' into radeon-rewrite
[mesa.git] / src / gallium / winsys / drm / nouveau / drm / Makefile
1 TOP = ../../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nouveaudrm
5
6 C_SOURCES = nouveau_drm_api.c \
7 nouveau_winsys_pipe.c \
8 nouveau_winsys.c
9
10 LIBRARY_INCLUDES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-I)
11 LIBRARY_DEFINES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-other)
12
13 include ../../../../Makefile.template