1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

Remove the Makefile

As was described in the version 1.4 release notes, this deletes the
Makefile and supporting elements leaving Meson as the only supported
buildsystem.

Signed-off-by: Peter Marheine <pmarheine@chromium.org>
Change-Id: Ib3cf22cf636ef9b70527b734ffa34aead2a74edd
Reviewed-on: https://review.coreboot.org/c/flashrom/+/83673
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Peter Marheine
2024-07-29 11:46:13 +10:00
parent 03090fec0a
commit 133b112d09
23 changed files with 27 additions and 1820 deletions

View File

@ -79,13 +79,9 @@ Maintainers List (try to look for most precise areas first)
BUILD SYSTEM
M: Peter Marheine <pmarheine@chromium.org>
S: Maintained
F: Makefile*
F: meson*
F: Makefile*/
F: */meson*
F: */Makefile*
F: util/ich_descriptors_tool/meson*
F: util/ich_descriptors_tool/Makefile*
ERASE/WRITE ALGORITHM
M: Aarya Chaumal <aarya.chaumal@gmail.com>