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/power/Makefile.inc | |
parent | 0dbb329b7d3edf9c9ac426e31109bdc14b1b7bf2 (diff) | |
download | coreboot-de48f0fd4213f8d0e2c71cbd3929e629fd76eb96.tar.xz |
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/power/Makefile.inc')
-rw-r--r-- | src/drivers/power/Makefile.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/drivers/power/Makefile.inc b/src/drivers/power/Makefile.inc deleted file mode 100644 index 3fc71042d5..0000000000 --- a/src/drivers/power/Makefile.inc +++ /dev/null @@ -1,20 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2012 The ChromiumOS 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 -## - -driver-$(CONFIG_DRIVER_MAXIM_77686) += max77686.c |