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/maxim/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/maxim/Makefile.inc')
-rw-r--r-- | src/drivers/maxim/Makefile.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/drivers/maxim/Makefile.inc b/src/drivers/maxim/Makefile.inc new file mode 100644 index 0000000000..31c3d75dea --- /dev/null +++ b/src/drivers/maxim/Makefile.inc @@ -0,0 +1,20 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2012 The Chromium OS Authors. +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + +subdirs-$(CONFIG_DRIVERS_MAXIM_MAX77676) += max77686 |