diff options
author | Emil Velikov <[email protected]> | 2013-06-05 23:33:38 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:50 -0700 |
commit | 38d80c01d0a00148989f84631707ade9dc52e8e3 (patch) | |
tree | 02770828e778077dd64b054d11915a663b60484a /src/gallium/drivers/noop/Makefile.sources | |
parent | d7c66ff59ef07abe85a2867f82326376f94386e3 (diff) |
noop: 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/noop/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/noop/Makefile.sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/noop/Makefile.sources b/src/gallium/drivers/noop/Makefile.sources new file mode 100644 index 00000000000..916385e2d24 --- /dev/null +++ b/src/gallium/drivers/noop/Makefile.sources @@ -0,0 +1,3 @@ +C_SOURCES := \ + noop_pipe.c \ + noop_state.c |