summaryrefslogtreecommitdiff
path: root/src/drivers/maxim
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2013-01-09 16:22:12 -0800
committerRonald G. Minnich <rminnich@gmail.com>2013-01-10 05:57:06 +0100
commit4868a1179dc1c70ed10cc56cdbc7bfd4fb5fef24 (patch)
treebe01c2b3bd800d7f2d746ca4abd56391da31d057 /src/drivers/maxim
parent5f6d857deaac61b53cfa4e8cbc0abaa63e14fd9b (diff)
downloadcoreboot-4868a1179dc1c70ed10cc56cdbc7bfd4fb5fef24.tar.xz
snow: add max77686 driver in romstage and ramstage
Change-Id: Id3e20b1ab5d85cfd22e2dae2750f32007b7f8f74 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/2123 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/drivers/maxim')
-rw-r--r--src/drivers/maxim/max77686/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/maxim/max77686/Makefile.inc b/src/drivers/maxim/max77686/Makefile.inc
index b67595fcf6..a5d7b90d01 100644
--- a/src/drivers/maxim/max77686/Makefile.inc
+++ b/src/drivers/maxim/max77686/Makefile.inc
@@ -17,4 +17,5 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
-ramstage-$(CONFIG_DRIVER_MAXIM_77686) += max77686.c
+romstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c
+ramstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c