Attention is currently required from: Nico Huber, Angel Pons. Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/61034 )
Change subject: [RFC][WIP] Makefile: use directory for object files ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/flashrom/+/61034/comment/3ab24b4e_07ee4f85 PS1, Line 11: Makefile in util/ich_descriptors_tool does this already.
So it hides the object files but the final binary is still in the […]
Yes, it's an object directory, not a build directory. With this the final binary will stay in the same location. only the intermediate steps, the object files, are hidden. I would keep the `./build` directory reserved for the meson build process.