commit | 7f93db7476949242bb1e9803311d7b3add98f7dd | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri May 18 09:56:53 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 23 22:06:41 2018 -0400 |
tree | a53784aa4fb3ffed96d3431b41932c3e4491a5ef | |
parent | 6bff25da484c90a8f147db27b510613e3c30051e [diff] |
pylibfdt: Add missing CC and LD to Makefile Add missing CC and LDSHARED variables to the Makefile to pass the correct C compiler and linker path to the build of _libfdt.so . Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>