diff options
Diffstat (limited to 'src/gallium/drivers/noop/Makefile')
-rw-r--r-- | src/gallium/drivers/noop/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/drivers/noop/Makefile b/src/gallium/drivers/noop/Makefile new file mode 100644 index 00000000000..29b8d73de22 --- /dev/null +++ b/src/gallium/drivers/noop/Makefile @@ -0,0 +1,13 @@ +# Meta-driver which combines whichever software rasterizers have been +# built into a single convenience library. + +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = noop + +C_SOURCES = \ + noop_pipe.c \ + noop_state.c + +include ../../Makefile.template |