diff options
author | Matt Turner <[email protected]> | 2012-08-29 14:10:28 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:07 +0100 |
commit | 2a28353ca0de982118fbdbe90b74551f71f709a0 (patch) | |
tree | d33b03cdccc2c6afb73a08579235b8a33040dcbc /src/gallium/drivers/nv50/Makefile | |
parent | 36066770bfc6f05566173199a1104bfade848dbb (diff) |
nv50: Convert to automake
Diffstat (limited to 'src/gallium/drivers/nv50/Makefile')
-rw-r--r-- | src/gallium/drivers/nv50/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/nv50/Makefile b/src/gallium/drivers/nv50/Makefile deleted file mode 100644 index 18e30b0a54f..00000000000 --- a/src/gallium/drivers/nv50/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = nv50 - -# get C/CPP_SOURCES -include Makefile.sources - -LIBRARY_INCLUDES = \ - $(LIBDRM_CFLAGS) - -include ../../Makefile.template |