summaryrefslogtreecommitdiffstats
path: root/src/drivers/wifi/Makefile.inc
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@chromium.org>2019-05-29 15:09:42 -0600
committerMartin Roth <martinroth@google.com>2019-07-13 18:25:47 +0000
commitfd5d788f5e8139b387314d453644d9e58b1a654f (patch)
treedef3b90d8d5951c8b27e1f25e4afdb0b2e7e41dc /src/drivers/wifi/Makefile.inc
parent328c8bbd23284527a9d54697a4631c8bda95fd89 (diff)
downloadcoreboot-fd5d788f5e8139b387314d453644d9e58b1a654f.tar.gz
coreboot-fd5d788f5e8139b387314d453644d9e58b1a654f.tar.bz2
coreboot-fd5d788f5e8139b387314d453644d9e58b1a654f.zip
drivers/wifi: Add generic WiFi driver
Add generic WiFi driver to support common device operations across multiple types of WiFi controller. BUG=None BRANCH=None TEST=Boot to ChromeOS. Ensure that the SSDT table contains SAR tables and wakeup GPE information. Ensure that the SSDT table is same after the change. Change-Id: Ica5edf95a37c8ed60f7e159d94fd58af5d41c0ef Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33155 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers/wifi/Makefile.inc')
-rw-r--r--src/drivers/wifi/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/wifi/Makefile.inc b/src/drivers/wifi/Makefile.inc
new file mode 100644
index 000000000000..d37015c7d37a
--- /dev/null
+++ b/src/drivers/wifi/Makefile.inc
@@ -0,0 +1 @@
+ramstage-$(CONFIG_DRIVERS_GENERIC_WIFI) += generic.c