From d3ad6fa579d89d8c3ee27882d5baf8f8d2ecb3ea Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Tue, 22 Jun 2010 21:58:56 -0700 Subject: gallium/drivers: Create Galahad from identity. Galahad is a sanity-checking layer meant to replace the crufty and scattered sanity checks inside drivers with a robust, non-silenceable, useful set of warnings and errors that can be used to keep misbehaving state trackers from going unnoticed. --- src/gallium/drivers/galahad/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/gallium/drivers/galahad/Makefile (limited to 'src/gallium/drivers/galahad/Makefile') diff --git a/src/gallium/drivers/galahad/Makefile b/src/gallium/drivers/galahad/Makefile new file mode 100644 index 0000000000..d5df84b71b --- /dev/null +++ b/src/gallium/drivers/galahad/Makefile @@ -0,0 +1,12 @@ +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = identity + +C_SOURCES = \ + glhd_objects.c \ + glhd_context.c \ + glhd_screen.c \ + glhd_drm.c + +include ../../Makefile.template -- cgit v1.2.3