diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-19 11:39:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:02 +0000 |
commit | 477f49ec0badf16981ba58667cc621962af87c50 (patch) | |
tree | 4e946cd02225d4123334d26b041e99624a41f7a9 /documentation | |
parent | cd8c865688b0ea8a7310a4637269adaedc470817 (diff) | |
download | poky-477f49ec0badf16981ba58667cc621962af87c50.tar.gz |
ref-manual: Added new variable UBOOT_MAKE_TARGET.
(From yocto-docs rev: c9a2cabfadf32d55c7cf022a5ad376c0e8d585a5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a073746b66..513f9c89b7 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5882,6 +5882,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5882 | </glossdef> | 5882 | </glossdef> |
5883 | </glossentry> | 5883 | </glossentry> |
5884 | 5884 | ||
5885 | <glossentry id='var-UBOOT_MAKE_TARGET'><glossterm>UBOOT_MAKE_TARGET</glossterm> | ||
5886 | <glossdef> | ||
5887 | <para> | ||
5888 | Specifies the target called in the | ||
5889 | <filename>Makefile</filename>. | ||
5890 | The default target is "all". | ||
5891 | </para> | ||
5892 | </glossdef> | ||
5893 | </glossentry> | ||
5894 | |||
5885 | <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX</glossterm> | 5895 | <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX</glossterm> |
5886 | <glossdef> | 5896 | <glossdef> |
5887 | <para> | 5897 | <para> |