summaryrefslogtreecommitdiff
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, 13 insertions, 0 deletions
diff --git a/src/gallium/winsys/sw/fbdev/Makefile b/src/gallium/winsys/sw/fbdev/Makefile
new file mode 100644
index 0000000000..8832aab193
--- /dev/null
+++ b/src/gallium/winsys/sw/fbdev/Makefile
@@ -0,0 +1,13 @@
+TOP = ../../../../..
+include $(TOP)/configs/current
+
+LIBNAME = fbdev
+
+LIBRARY_INCLUDES =
+
+LIBRARY_DEFINES =
+
+C_SOURCES = \
+ fbdev_sw_winsys.c
+
+include ../../../Makefile.template