summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xorg-nouveau/Makefile
blob: f50872362f663d2c6f28f4e3d7ad43428df31f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = modesetting_drv.so

C_SOURCES = \
	nouveau_xorg.c

DRIVER_DEFINES = \
	-DHAVE_CONFIG_H

DRIVER_LINKS = \
	$(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
	$(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \
	$(TOP)/src/gallium/drivers/nvfx/libnvfx.a \
	$(TOP)/src/gallium/drivers/nv50/libnv50.a \
	$(TOP)/src/gallium/drivers/nouveau/libnouveau.a \
	$(GALLIUM_AUXILIARIES) \
	$(shell pkg-config --libs libdrm libdrm_nouveau)

include ../Makefile.xorg