mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
3758173149
commit
05049e709e
1 changed files with 6 additions and 0 deletions
|
|
@ -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 := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue