diff options
Diffstat (limited to 'src/rp2040/Makefile')
-rw-r--r-- | src/rp2040/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rp2040/Makefile b/src/rp2040/Makefile index 2915b994..fbeccb97 100644 --- a/src/rp2040/Makefile +++ b/src/rp2040/Makefile @@ -21,6 +21,7 @@ src-$(CONFIG_USBSERIAL) += rp2040/chipid.c src-$(CONFIG_SERIAL) += rp2040/serial.c generic/serial_irq.c src-$(CONFIG_HAVE_GPIO_HARD_PWM) += rp2040/hard_pwm.c src-$(CONFIG_HAVE_GPIO_SPI) += rp2040/spi.c +src-$(CONFIG_HAVE_GPIO_I2C) += rp2040/i2c.c # rp2040 stage2 building $(OUT)stage2.o: lib/rp2040/boot_stage2/boot2_w25q080.S |