diff options
author | Christoph Bumiller <[email protected]> | 2011-09-14 16:18:23 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-09-14 16:19:52 +0200 |
commit | 57594065c30feec9376be9b2132659f7d87362ee (patch) | |
tree | 7e6808e0c5240b513851b7925c5be6678663b5e5 /src/gallium/drivers/nvc0/Makefile | |
parent | a42eca84c56f6860e67c0c57f4765a5530cc5f81 (diff) |
nv50/ir: import new shader backend code
Diffstat (limited to 'src/gallium/drivers/nvc0/Makefile')
-rw-r--r-- | src/gallium/drivers/nvc0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile b/src/gallium/drivers/nvc0/Makefile index 3a5314625e6..c41262559cd 100644 --- a/src/gallium/drivers/nvc0/Makefile +++ b/src/gallium/drivers/nvc0/Makefile @@ -3,7 +3,7 @@ include $(TOP)/configs/current LIBNAME = nvc0 -# get C_SOURCES +# get C/CPP_SOURCES include Makefile.sources LIBRARY_INCLUDES = \ |