diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-21 07:21:00 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-03-04 00:40:50 +0100 |
commit | 1b12ef1ac3bb45a315622dd82d16d3397a74d56f (patch) | |
tree | 352ef0478ab4ce136a22583383c495faed6fc1ee /src/drivers/intel/Makefile.inc | |
parent | 42c4a9df29528ab456da4c0a643816cb81d10610 (diff) |
drivers/intel/gma: Add EDID retrieving functions.
Change-Id: I64f2fcc5ad52d6a0188d02b28769001ada718c4f
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5278
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/intel/Makefile.inc')
-rw-r--r-- | src/drivers/intel/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/Makefile.inc b/src/drivers/intel/Makefile.inc index 82d5449358..eb8617c46d 100644 --- a/src/drivers/intel/Makefile.inc +++ b/src/drivers/intel/Makefile.inc @@ -1 +1 @@ -subdirs-$(CONFIG_INTEL_DP) += gma +subdirs-y += gma |