summaryrefslogtreecommitdiff
path: root/zephyr/projects/corsola/BUILD.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/corsola/BUILD.py')
-rw-r--r--zephyr/projects/corsola/BUILD.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/projects/corsola/BUILD.py b/zephyr/projects/corsola/BUILD.py
index 1254b01003..918cb4bdbf 100644
--- a/zephyr/projects/corsola/BUILD.py
+++ b/zephyr/projects/corsola/BUILD.py
@@ -30,6 +30,7 @@ register_corsola_project(
here / "battery_krabby.dts",
here / "gpio_krabby.dts",
here / "i2c_krabby.dts",
+ here / "cbi_eeprom.dts",
here / "motionsense_krabby.dts",
here / "pwm_krabby.dts",
],
@@ -43,7 +44,7 @@ register_corsola_project(
here / "adc_kingler.dts",
here / "battery_kingler.dts",
here / "i2c_kingler.dts",
- here / "cbi_eeprom_kingler.dts",
+ here / "cbi_eeprom.dts",
here / "gpio_kingler.dts",
],
extra_kconfig_files=[here / "prj_kingler.conf"],