mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Makefile: meson.build: remove unused CONFIG_I2C_SUPPORT
CONFIG_I2C_SUPPORT has no mention in the source code. No need to pass it to the compiler. Change-Id: I2e19335e1b8d39f44dda14edc0a496dda6bc8c9c Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58495 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:

committed by
Nico Huber

parent
5c538b40c2
commit
9af6d11082
@ -342,7 +342,6 @@ endif
|
||||
|
||||
if host_machine.system() == 'linux'
|
||||
srcs += 'i2c_helper_linux.c'
|
||||
cargs += '-DCONFIG_I2C_SUPPORT=1'
|
||||
endif
|
||||
|
||||
# raw memory, MSR or PCI port I/O access
|
||||
|
Reference in New Issue
Block a user