diff options
author | Tom Stellard <[email protected]> | 2012-03-03 20:02:05 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-03-14 10:25:59 -0400 |
commit | 26ab747284e0d7ec5ef039c6ab3d50c3fab42ac4 (patch) | |
tree | 34d565b3ef252f1b928dda17a4f5394f0e71d299 /src/gallium/drivers/galahad | |
parent | fe3f98ed70be01a49dd2e93870907d092fe4a283 (diff) |
galahad: Use non-recursive automake
Diffstat (limited to 'src/gallium/drivers/galahad')
-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 |