From af9d0f09024944e1f7ed0604c1d9d12e9c62814f Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 28 Jun 2013 09:21:16 -0700 Subject: [PATCH] Add in the Makefile bits for the new intel gma driver The Intel GMA driver is in, this CL splices in the Makefile bits. BUG=None TEST=Build and boot falco BRANCH=None 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 --- 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 f4fe14660e..843365f242 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 += realtek 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