summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2019-11-19 10:15:35 -0800
committerCommit Bot <commit-bot@chromium.org>2019-11-22 02:02:15 +0000
commitb6e36785982074af5638c456f305871f1465d460 (patch)
tree1d8537c283419139d881b7321b28be5927c61b06 /driver/build.mk
parent2748f2cbe6850d9ec7a307f53b3025924e25bf05 (diff)
downloadchrome-ec-b6e36785982074af5638c456f305871f1465d460.tar.gz
cleanup: Segregate ioexpander related drivers in ioexpander folder
BUG=none BRANCH=none TEST=make buildall -j Change-Id: I7fe9ab23254dbd8515936d10ad6782305e76236c Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1925173 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/build.mk b/driver/build.mk
index 27daf6bb3f..020ee211a7 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -79,9 +79,9 @@ driver-$(CONFIG_CHARGER_SY21612)+=charger/sy21612.o
include $(_driver_cur_dir)fingerprint/build.mk
# I/O expander
-driver-$(CONFIG_IO_EXPANDER_IT8801)+=ioexpander_it8801.o
-driver-$(CONFIG_IO_EXPANDER_PCA9534)+=ioexpander_pca9534.o
-driver-$(CONFIG_IO_EXPANDER_NCT38XX)+=ioexpander_nct38xx.o
+driver-$(CONFIG_IO_EXPANDER_IT8801)+=ioexpander/it8801.o
+driver-$(CONFIG_IO_EXPANDER_PCA9534)+=ioexpander/pca9534.o
+driver-$(CONFIG_IO_EXPANDER_NCT38XX)+=ioexpander/ioexpander_nct38xx.o
# Current/Power monitor