mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-15 19:40:19 +02:00
print.c: Move list of known boards to known_boards.c
This free's up namespace pollution and a layer of ifdef. BUG=b:242246291 TEST=builds Change-Id: Id098343b9b79fd9b01c7dc48e64756ad350f9d83 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66720 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de>
This commit is contained in:

committed by
Edward O'Callaghan

parent
7ea50d8fe4
commit
0ba4907100
@@ -268,6 +268,7 @@ if config_internal
|
||||
'chipset_enable.c',
|
||||
'internal.c',
|
||||
'processor_enable.c',
|
||||
'known_boards.c',
|
||||
)
|
||||
if host_is_x86
|
||||
srcs += files(
|
||||
|
Reference in New Issue
Block a user