summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/fbdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/sw/fbdev/Makefile')
-rw-r--r--src/gallium/winsys/sw/fbdev/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gallium/winsys/sw/fbdev/Makefile b/src/gallium/winsys/sw/fbdev/Makefile
deleted file mode 100644
index 8832aab1934..00000000000
--- a/src/gallium/winsys/sw/fbdev/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-TOP = ../../../../..
-include $(TOP)/configs/current
-
-LIBNAME = fbdev
-
-LIBRARY_INCLUDES =
-
-LIBRARY_DEFINES =
-
-C_SOURCES = \
- fbdev_sw_winsys.c
-
-include ../../../Makefile.template