From 05049e709efc1658ddd21047fba6081cbbdca6fe Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Fri, 26 Aug 2011 15:48:29 -0700 Subject: 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 --- src/mesa/Android.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk index 5f0f4aff90..f21ba3aa0d 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 := \ -- cgit v1.2.3