Searched hist:"3 f76e984170435e794c84595cbd3883893149fb9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/ |
H A D | Makefile | 3f76e984170435e794c84595cbd3883893149fb9 Tue Feb 04 02:24:38 CST 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> Makefile: Do not pass MTD_VERSION from the top Makefile
$(MTD_VERSION) is used in tools/env/Makefile
If you specify a variable at a command line like: $ make MTD_VERSION=old env or specify it thru an envrionment variable like: $ export MTD_VERSION=old $ make env it is inherited to the sub-make too. We do not need to pass it from the top Makefile explicitely.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
|