On Sun, 19 Aug 2018, Rin Okuyama wrote:
On 2018/08/18 22:41, Jared McNeill wrote:Not sure I understand this change. arm32 should be defined on 32-bit evbarm platforms via std.evbarm.If arm32 is not defined, I wouldn't expect a kernel to link as there are dependencies on it in arch/arm/conf/files.arm as well.No "arm32" is not defined. arch/arm/conf/files.arm is included because of "machine evbarm arm" lines in std.* files for 32bit machines. On the other hand, for 64bit machines,
Thanks, I understand the issue now.