aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/link/Makefile.inc
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-10-20 21:12:45 +0200
committerMartin Roth <martinroth@google.com>2017-10-22 01:39:37 +0000
commitec69c483532e7347c508eff9bf6362d56dab3dc6 (patch)
treed22ba832e40dee08066b2b203675481f4517bb7b /src/mainboard/google/link/Makefile.inc
parent268e1f9119f3853fca5faaa4e00ca4ab8bf49e1d (diff)
mb/google/link: Enable libgfxinit
Beside the high-resolution eDP panel, it features a dual-mode mini-DP port. Change-Id: Iae60c1f930f5778ee3b5d9d19227168257e9ae06 Tested-by: Matt DeVillier <matt.devillier@gmail.com> Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/22125 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/google/link/Makefile.inc')
-rw-r--r--src/mainboard/google/link/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/link/Makefile.inc b/src/mainboard/google/link/Makefile.inc
index a25e95c1e4..281ce32442 100644
--- a/src/mainboard/google/link/Makefile.inc
+++ b/src/mainboard/google/link/Makefile.inc
@@ -20,6 +20,7 @@ ramstage-y += chromeos.c
ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915.c
ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += i915io.c
ramstage-$(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT) += intel_dp.c
+ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c
SPD_BIN = $(obj)/spd.bin