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 <olv@lunarg.com> Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
@@ -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 := \
|
||||
|
||||
Reference in New Issue
Block a user