diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-16 02:23:26 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-24 16:38:04 -0700 |
commit | 339e30cb49a48344ec7b0dfd701b958b07ed32e5 (patch) | |
tree | ab7c482035d2baad7f5c700f48a2cfe590ee1076 /src/Makefile.am | |
parent | c6e4105ce40ef053e026cc0ffe4925ab568ea700 (diff) |
G80: EXA infrastructure.
No acceleration yet.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 52b6b47..e2166fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,6 +75,8 @@ g80_sources = \ g80_dma.c \ g80_dma.h \ g80_driver.c \ + g80_exa.c \ + g80_exa.h \ g80_output.c \ g80_output.h \ g80_sor.c \ |