From fe3f98ed70be01a49dd2e93870907d092fe4a283 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 3 Mar 2012 09:07:48 -0500 Subject: gallium/drivers: Use automake to generate makefile --- src/gallium/drivers/noop/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/drivers/noop') diff --git a/src/gallium/drivers/noop/Makefile b/src/gallium/drivers/noop/Makefile index 29b8d73..75e65ed 100644 --- a/src/gallium/drivers/noop/Makefile +++ b/src/gallium/drivers/noop/Makefile @@ -11,3 +11,6 @@ C_SOURCES = \ noop_state.c include ../../Makefile.template + +# FIXME: Remove when this driver is converted to automake. +all: default -- cgit v1.1