Thomas Heijligen has uploaded this change for review.

View Change

Makefile: remove unused CONFIG_I2C_SUPPORT

Change-Id: I2e19335e1b8d39f44dda14edc0a496dda6bc8c9c
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
---
M Makefile
M meson.build
2 files changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/95/58495/1
diff --git a/Makefile b/Makefile
index e8bf8fc..e4d4a05 100644
--- a/Makefile
+++ b/Makefile
@@ -738,7 +738,6 @@

ifeq ($(CONFIG_LINUX_I2C_HELPER), yes)
LIB_OBJS += i2c_helper_linux.o
-FEATURE_CFLAGS += -D'CONFIG_I2C_SUPPORT=1'
endif

ifneq ($(NEED_SERIAL), )
diff --git a/meson.build b/meson.build
index 86657ce..85f40ba 100644
--- a/meson.build
+++ b/meson.build
@@ -342,7 +342,6 @@

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

To view, visit change 58495. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I2e19335e1b8d39f44dda14edc0a496dda6bc8c9c
Gerrit-Change-Number: 58495
Gerrit-PatchSet: 1
Gerrit-Owner: Thomas Heijligen <src@posteo.de>
Gerrit-MessageType: newchange