diff options
Diffstat (limited to 'src/gallium/drivers/svga/Makefile')
-rw-r--r-- | src/gallium/drivers/svga/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/gallium/drivers/svga/Makefile b/src/gallium/drivers/svga/Makefile deleted file mode 100644 index 97f68f06f47..00000000000 --- a/src/gallium/drivers/svga/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = svga - -# get C_SOURCES -include Makefile.sources - -LIBRARY_INCLUDES = \ - -I$(TOP)/src/gallium/drivers/svga/include - -# With linux-debug we get a lots of warnings, filter out the bad flags. -CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS))) - -LIBRARY_DEFINES = \ - -std=gnu99 -fvisibility=hidden \ - -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H - -include ../../Makefile.template |