summaryrefslogtreecommitdiff
path: root/chip/max32660/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/max32660/build.mk')
-rw-r--r--chip/max32660/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/max32660/build.mk b/chip/max32660/build.mk
index b47f91f7f9..e0f5636b2e 100644
--- a/chip/max32660/build.mk
+++ b/chip/max32660/build.mk
@@ -13,6 +13,7 @@ CFLAGS_CPU+=-march=armv7e-m -mcpu=cortex-m4
# Required chip modules
chip-y=clock_chip.o gpio_chip.o system_chip.o hwtimer_chip.o uart_chip.o
+chip-$(CONFIG_I2C)+=i2c_chip.o
# Optional chip modules
chip-$(CONFIG_FLASH_PHYSICAL)+=flash_chip.o