Re: [U-Boot] [PATCH V2] pylibfdt: Add missing CC and LD to Makefile

2018-05-18 Thread Masahiro Yamada
Hi Marek 2018-05-18 16:56 GMT+09:00 Marek Vasut : > 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 > Cc: Tom Rini > Cc: Masahiro Yamada > Cc: Simon Glass > --- > Note: This fixes

[U-Boot] [PATCH V2] pylibfdt: Add missing CC and LD to Makefile

2018-05-18 Thread Marek Vasut
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 Cc: Tom Rini Cc: Masahiro Yamada Cc: Simon Glass --- Note: This fixes the long standing issue when building U-Boot with OE for qemu