diff options
author | Emil Velikov <[email protected]> | 2013-05-08 23:34:36 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:49 -0700 |
commit | 2234e187c6fb09b1750b00756b5a3a4481be7415 (patch) | |
tree | a9c9478f60631795de7e31ef9711d135495d757a /src/gallium/drivers/rbug/Makefile.sources | |
parent | 9bc5ced1c7940820ce59d5e4bd2ca6a48b643e1d (diff) |
rbug: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/rbug/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/rbug/Makefile.sources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/rbug/Makefile.sources b/src/gallium/drivers/rbug/Makefile.sources new file mode 100644 index 00000000000..32a18f61270 --- /dev/null +++ b/src/gallium/drivers/rbug/Makefile.sources @@ -0,0 +1,5 @@ +C_SOURCES := \ + rbug_core.c \ + rbug_context.c \ + rbug_objects.c \ + rbug_screen.c |