diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-12-11 11:20:35 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-12-12 00:27:04 +0100 |
commit | de48f0fd4213f8d0e2c71cbd3929e629fd76eb96 (patch) | |
tree | 282814f9ffc35b06d969c410c999f4f5ec574b87 /src/drivers/Makefile.inc | |
parent | 0dbb329b7d3edf9c9ac426e31109bdc14b1b7bf2 (diff) |
Fix up Maxim MAX77686 driver
... to fit into the naming convention
Change-Id: I4a7d81c4d6674d001fc831df863bd2343f6c636f
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2020
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/Makefile.inc')
-rw-r--r-- | src/drivers/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index a02b70548a..b2aa0c8416 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -22,6 +22,7 @@ subdirs-y += dec subdirs-y += emulation subdirs-y += generic subdirs-y += i2c +subdirs-y += maxim subdirs-y += oxford subdirs-y += realtek subdirs-y += sil |