1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Makefile: move determination test for OS to Makefile.d

Move the test code for OS detection in a extra directory to split it
from the main flashrom code.

Change-Id: Id911f17f4100f242e1fde10d23a8459ddf38b369
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/58015
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Thomas Heijligen
2021-09-28 15:22:34 +02:00
committed by Nico Huber
parent 8da9a9acdf
commit ba275d8bdb
5 changed files with 15 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.d
!Makefile.d/
*.o
/.features
/.dependencies