diff options
author | Marcin Slusarz <[email protected]> | 2011-05-16 21:50:29 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-06-20 02:29:28 +0200 |
commit | c772d4e6f34f6f55a730fb17aaee7a3b0554db3e (patch) | |
tree | f88082707d0ac3c85f0b0ccda822e43cb0db0d62 /src/gallium/targets/xorg-nouveau/Makefile | |
parent | a97b40a886944a6aeb214e52028ff0e430b71dca (diff) |
xorg/nouveau: rename to nouveau2
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/targets/xorg-nouveau/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-nouveau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile index 5a2cdb1b0ef..16ac954d18a 100644 --- a/src/gallium/targets/xorg-nouveau/Makefile +++ b/src/gallium/targets/xorg-nouveau/Makefile @@ -1,7 +1,7 @@ TOP = ../../../.. include $(TOP)/configs/current -LIBNAME = modesetting_drv.so +LIBNAME = nouveau2_drv.so C_SOURCES = \ nouveau_target.c \ |