diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 13:27:13 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 14:06:11 +0900 |
commit | 90b2beb661f630966788a6e909dc759c99e38973 (patch) | |
tree | 16bffb1c7e73a3ac28c58f4fd0402aa74606ed41 /src/gallium/auxiliary/cso_cache | |
parent | f430d95a36d55141cd9ef911aab70364ce4a4108 (diff) |
Simplify makefile boilerplate code.
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/cso_cache/Makefile b/src/gallium/auxiliary/cso_cache/Makefile index 8248b097fd..3e49266163 100644 --- a/src/gallium/auxiliary/cso_cache/Makefile +++ b/src/gallium/auxiliary/cso_cache/Makefile @@ -3,15 +3,10 @@ include $(TOP)/configs/current LIBNAME = cso_cache -DRIVER_SOURCES = \ +C_SOURCES = \ cso_cache.c \ cso_hash.c -C_SOURCES = \ - $(DRIVER_SOURCES) - -ASM_SOURCES = - include ../../Makefile.template symlinks: |