summaryrefslogtreecommitdiff
path: root/chip/g/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/build.mk')
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index 9564837834..05e1827a8f 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -82,7 +82,7 @@ chip-$(CONFIG_RDD)+=rdd.o
chip-$(CONFIG_RBOX)+=rbox.o
chip-$(CONFIG_STREAM_USB)+=usb-stream.o
chip-$(CONFIG_STREAM_USART)+=usart.o
-chip-$(CONFIG_I2C_MASTER)+= i2cm.o
+chip-$(CONFIG_I2C_CONTROLLER)+= i2cm.o
chip-$(CONFIG_I2C_PERIPH)+= i2cs.o
chip-$(CONFIG_LOW_POWER_IDLE)+=idle.o