Attention is currently required from: Thomas Heijligen. Hello build bot (Jenkins), Anastasia Klimchuk, Peter Marheine,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/63826
to look at the new patch set (#4).
Change subject: meson: use `platform/` as subdir() ......................................................................
meson: use `platform/` as subdir()
Move build instructions for files inside the `platform/` directory to `platform/meson.build`. This contains instructions to build `memaccess.c`, the right endian implementation and selecting the right legacy command line option for the endian.
The `platform/` directory should contain code that abstracts the underlaying platform but is not involved in flashrom logic.
Change-Id: I88044a3f903f316138483dd872a6d95f8686ae69 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M meson.build A platform/meson.build 2 files changed, 13 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/26/63826/4