diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | meson.build | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -738,7 +738,6 @@ endif 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 86657cef..85f40ba5 100644 --- a/meson.build +++ b/meson.build @@ -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 |