summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-20 19:52:22 +0100
committerYounes Manton <younes.m@gmail.com>2010-03-15 00:03:01 -0400
commit6321a183319fdcb2ebee757b7f0922efe3f919db (patch)
treeb23ed30ae0baaf77e9dc8cd3c05791e81e9df479 /src/gallium/drivers/nvfx/Makefile
parent6518a1c853e82a42b28027b1304babd4f02f98ef (diff)
nvfx: add nvfx directory to build system
Will be used to hold source files unified between nv30 and nv40. Eventually all nv30 and nv40 code will be moved there and the nv30 and nv40 directories will be removed.
Diffstat (limited to 'src/gallium/drivers/nvfx/Makefile')
-rw-r--r--src/gallium/drivers/nvfx/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvfx/Makefile b/src/gallium/drivers/nvfx/Makefile
new file mode 100644
index 0000000000..05cdda0cc0
--- /dev/null
+++ b/src/gallium/drivers/nvfx/Makefile
@@ -0,0 +1,11 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = nvfx
+
+nvfx_dummy.c:
+ touch nvfx_dummy.c
+
+C_SOURCES = nvfx_dummy.c
+
+include ../../Makefile.template