diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-12-11 16:07:16 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2012-12-12 06:03:26 +0100 |
commit | 0cc9f41f469980b8393c05c31e3884630b7679cd (patch) | |
tree | 2d4b5e4465f89efbd67158915526bb632b7dbe05 | |
parent | a7198b34ccf120df2a9e5b9f104812e96916ad08 (diff) | |
download | coreboot-0cc9f41f469980b8393c05c31e3884630b7679cd.tar.xz |
Fix maxim max77686 driver
With driver-y going away, the current driver code didn't get
compiled in with upstream.
Change-Id: I9bff45a35c995888a482bdc22a1573f6bfb88211
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2027
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
-rw-r--r-- | src/drivers/maxim/max77686/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/maxim/max77686/Makefile.inc b/src/drivers/maxim/max77686/Makefile.inc index 3fc71042d5..b67595fcf6 100644 --- a/src/drivers/maxim/max77686/Makefile.inc +++ b/src/drivers/maxim/max77686/Makefile.inc @@ -17,4 +17,4 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -driver-$(CONFIG_DRIVER_MAXIM_77686) += max77686.c +ramstage-$(CONFIG_DRIVER_MAXIM_77686) += max77686.c |