diff options
author | Frank Chu <Frank_Chu@pegatron.corp-partner.google.com> | 2022-02-08 11:46:06 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-28 13:27:11 +0000 |
commit | 9fc741d32f23939d389464958b4c4def1cc1cf01 (patch) | |
tree | 21e37b23f4c9f92c3af8342ccb4477339127721b /src/mainboard/google/dedede/variants/pirika/Makefile.inc | |
parent | 122e07c8f195ee62df77674dca3b541496ec8275 (diff) |
mb/google/dedede/var/pirika: Add Wifi SAR for pasara
Add wifi sar for pasara
BUG=b:216411442
TEST=enable CHROMEOS_WIFI_SAR in config of coreboot,
emerge-dedede coreboot-private-files-baseboard-dedede coreboot chromeos-bootimage.
Signed-off-by: Frank Chu <Frank_Chu@pegatron.corp-partner.google.com>
Change-Id: Ida475307c8448c5c2758c289da7708484bcb89e3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61705
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shou-Chieh Hsu <shouchieh@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/pirika/Makefile.inc')
-rw-r--r-- | src/mainboard/google/dedede/variants/pirika/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/pirika/Makefile.inc b/src/mainboard/google/dedede/variants/pirika/Makefile.inc index eb2c9bc021..e54466b72a 100644 --- a/src/mainboard/google/dedede/variants/pirika/Makefile.inc +++ b/src/mainboard/google/dedede/variants/pirika/Makefile.inc @@ -1,3 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-or-later +ramstage-y += variant.c + ramstage-y += gpio.c |