From: Chad Versace Date: Fri, 26 Aug 2011 22:48:29 +0000 (-0700) Subject: make: Document imported variables X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05049e709efc1658ddd21047fba6081cbbdca6fe;p=mesa.git 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 Signed-off-by: Chad Versace --- 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 := \