blob: 71029858f75b79615b19d276cab599f36ead091a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TOP = ../../../../..
include $(TOP)/configs/current
LIBNAME = nouveaudrm
C_SOURCES = nouveau_drm_api.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
|