summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/Makefile
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-08-29 14:02:13 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:07 +0100
commit36066770bfc6f05566173199a1104bfade848dbb (patch)
treee502c90d208dd01fe47e3281e163377364dc3112 /src/gallium/drivers/nv30/Makefile
parent1cf66321f9999c878bad60a837bd6c9da3e75453 (diff)
nv30: Convert to automake
Diffstat (limited to 'src/gallium/drivers/nv30/Makefile')
-rw-r--r--src/gallium/drivers/nv30/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/nv30/Makefile b/src/gallium/drivers/nv30/Makefile
deleted file mode 100644
index de521aa2fa2..00000000000
--- a/src/gallium/drivers/nv30/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBNAME = nv30
-
-include Makefile.sources
-
-LIBRARY_INCLUDES = \
- $(LIBDRM_CFLAGS)
-
-include ../../Makefile.template
-# DO NOT DELETE