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 <rminnich@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/60346 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Commit-Queue: Ronald G. Minnich <rminnich@chromium.org> Tested-by: Ronald G. Minnich <rminnich@chromium.org>
This commit is contained in:
parent
b4d92f8015
commit
af9d0f0902
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
src/drivers/intel/Makefile.inc
Normal file
1
src/drivers/intel/Makefile.inc
Normal file
|
|
@ -0,0 +1 @@
|
|||
subdirs-$(CONFIG_INTEL_DP) += gma
|
||||
Loading…
Add table
Add a link
Reference in a new issue