diff options
author | Chad Versace <[email protected]> | 2011-08-26 15:48:29 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2011-08-30 09:32:04 -0700 |
commit | 05049e709efc1658ddd21047fba6081cbbdca6fe (patch) | |
tree | ecf440675ac78292106b1eefcb7f33bd00885c04 /src/mesa/Android.mk | |
parent | 3758173149325a16d2044be01a70ad3b4fa7260d (diff) |
make: Document imported variables
In src/mesa/Android.mk, it is non-trivial to determine which variables are
imported by `include sources.mak`. So document them.
Reviewed-by: Chia-I Wu <[email protected]>
Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/Android.mk')
-rw-r--r-- | src/mesa/Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk index 5f0f4aff908..f21ba3aa0d6 100644 --- a/src/mesa/Android.mk +++ b/src/mesa/Android.mk @@ -25,6 +25,12 @@ LOCAL_PATH := $(call my-dir) +# Import the following variables: +# MESA_CXX_SOURCES +# MESA_GALLIUM_CXX_SOURCES +# MESA_GALLIUM_SOURCES +# MESA_SOURCES +# X86_SOURCES include $(LOCAL_PATH)/sources.mak common_CFLAGS := \ |