From b6e36785982074af5638c456f305871f1465d460 Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Tue, 19 Nov 2019 10:15:35 -0800 Subject: cleanup: Segregate ioexpander related drivers in ioexpander folder BUG=none BRANCH=none TEST=make buildall -j Change-Id: I7fe9ab23254dbd8515936d10ad6782305e76236c Signed-off-by: Vijay Hiremath Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1925173 Reviewed-by: Jett Rink --- driver/build.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'driver/build.mk') 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 -- cgit v1.2.1