From 4623b20e5a14e5d4b0fa040807f7ecc02051204b Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 28 Jun 2013 09:21:16 -0700 Subject: 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 Reviewed-on: https://gerrit.chromium.org/gerrit/60346 Reviewed-by: Duncan Laurie Commit-Queue: Ronald G. Minnich Tested-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/4331 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/drivers/Makefile.inc | 1 + src/drivers/intel/Makefile.inc | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/drivers/intel/Makefile.inc diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index da397d0c8d..7b1e4ca13d 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 0000000000..82d5449358 --- /dev/null +++ b/src/drivers/intel/Makefile.inc @@ -0,0 +1 @@ +subdirs-$(CONFIG_INTEL_DP) += gma -- cgit v1.2.3