diff options
Diffstat (limited to 'src/gallium/drivers/galahad/Makefile')
-rw-r--r-- | src/gallium/drivers/galahad/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/drivers/galahad/Makefile b/src/gallium/drivers/galahad/Makefile deleted file mode 100644 index 15ea136a819..00000000000 --- a/src/gallium/drivers/galahad/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = galahad - -C_SOURCES = \ - glhd_objects.c \ - glhd_context.c \ - glhd_screen.c - -include ../../Makefile.template - -# FIXME: Remove when this driver is converted to automake. -all: default |