diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-31 09:10:16 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-11-02 23:09:15 +0100 |
commit | 41f55b734f3eb96450c415e37e9cb1500c509e6d (patch) | |
tree | 189e7e92ff4f6272e3b2d635770c70b232a18ebb /src/drivers/intel/Makefile.inc | |
parent | b75a39a2fea77a87657570824c75343a40e7eea8 (diff) |
intel_wifi: Export the SMBIOS structure required by intel driver.
Change-Id: I22984a1bc7ca3be6593143af4fce8d5bfe469837
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7295
Reviewed-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/intel/Makefile.inc')
-rw-r--r-- | src/drivers/intel/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/intel/Makefile.inc b/src/drivers/intel/Makefile.inc index 12f700364e..7bc6dd5100 100644 --- a/src/drivers/intel/Makefile.inc +++ b/src/drivers/intel/Makefile.inc @@ -1,2 +1,3 @@ subdirs-y += gma +subdirs-y += wifi subdirs-$(CONFIG_PLATFORM_USES_FSP) += fsp |