blob: 54c3b26c755ede7f50fb29246393cc630451ed93 (
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
|