Attention is currently required from: Thomas Heijligen. Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/63826 )
Change subject: meson: outsource platform specific code to `platform/meson.build` ......................................................................
Patch Set 2:
(1 comment)
File meson.build:
https://review.coreboot.org/c/flashrom/+/63826/comment/c2bf2352_3d0e950f PS2, Line 80: host_is_x86 = ['x86', 'x86_64'].contains(host_machine.cpu_family()) I have a overall question about the idea: what is counted as "platform specific code" ? If in future if I want to add some code, how do I decide where to put it? For example `host_is_x86` is platform specific information, but it stays in root build file. Which means, maybe I don't entirely understand what is platform specific?