[coreboot-gerrit] New patch to review for coreboot: f284d69 Add in the Makefile bits for the new intel gma driver

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Dec 3 21:33:14 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4331

-gerrit

commit f284d69cda8a75f37991153285695aea1e3c2f00
Author: Ronald G. Minnich <rminnich at google.com>
Date:   Fri Jun 28 09:21:16 2013 -0700

    Add in the Makefile bits for the new intel gma driver
    
    The Intel GMA driver is in, this CL splices in the Makefile bits.
    
    Change-Id: Icf42a537575b8cc90a679ec1fc15b09294630611
    Signed-off-by: Ronald G. Minnich <rminnich at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/60346
    Reviewed-by: Duncan Laurie <dlaurie at chromium.org>
    Commit-Queue: Ronald G. Minnich <rminnich at chromium.org>
    Tested-by: Ronald G. Minnich <rminnich at chromium.org>
---
 src/drivers/Makefile.inc       | 1 +
 src/drivers/intel/Makefile.inc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc
index da397d0..7b1e4ca 100644
--- a/src/drivers/Makefile.inc
+++ b/src/drivers/Makefile.inc
@@ -22,6 +22,7 @@ subdirs-y += dec
 subdirs-y += emulation
 subdirs-y += generic
 subdirs-y += i2c
+subdirs-y += intel
 subdirs-y += maxim
 subdirs-y += oxford
 subdirs-y += parade
diff --git a/src/drivers/intel/Makefile.inc b/src/drivers/intel/Makefile.inc
new file mode 100644
index 0000000..82d5449
--- /dev/null
+++ b/src/drivers/intel/Makefile.inc
@@ -0,0 +1 @@
+subdirs-$(CONFIG_INTEL_DP) += gma



More information about the coreboot-gerrit mailing list