diff options
author | Stephane Marchesin <[email protected]> | 2008-07-08 01:06:18 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-07-08 01:06:18 +0200 |
commit | 52a68dd9eb1d347aa01ce09db9375793d0d0ceaf (patch) | |
tree | dc44e650a9641ff06754e6ad3cd9e716d9ea46c7 /src/gallium/drivers/nv04/Makefile | |
parent | 6235141fd2c7af21c2b41ca66f06abc3cb0bbc24 (diff) |
nv04.
Diffstat (limited to 'src/gallium/drivers/nv04/Makefile')
-rw-r--r-- | src/gallium/drivers/nv04/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv04/Makefile b/src/gallium/drivers/nv04/Makefile new file mode 100644 index 00000000000..5ea51a2f420 --- /dev/null +++ b/src/gallium/drivers/nv04/Makefile @@ -0,0 +1,28 @@ +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = nv04 + +DRIVER_SOURCES = \ + nv04_clear.c \ + nv04_context.c \ + nv04_fragprog.c \ + nv04_fragtex.c \ + nv04_miptree.c \ + nv04_prim_vbuf.c \ + nv04_screen.c \ + nv04_state.c \ + nv04_state_emit.c \ + nv04_surface.c \ + nv04_vbo.c + +C_SOURCES = \ + $(COMMON_SOURCES) \ + $(DRIVER_SOURCES) + +ASM_SOURCES = + +include ../../Makefile.template + +symlinks: + |