From 05a50d7e133c46bdad68ed5aba9991f965feb498 Mon Sep 17 00:00:00 2001 From: Eran Mitrani Date: Mon, 16 Oct 2023 14:47:29 -0700 Subject: mb/google/rex: Create deku variant BUG=b:305793886 TEST=util/abuild/abuild -p none -t google/rex -x -a -b deku built without errors. Signed-off-by: Eran Mitrani Change-Id: I332e404e82a7980bb8ed1fb084fe957f526f81d1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78393 Reviewed-by: YH Lin Tested-by: build bot (Jenkins) Reviewed-by: Jakub Czapiga Reviewed-by: Subrata Banik --- src/mainboard/google/rex/variants/deku/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/mainboard/google/rex/variants/deku/Makefile.inc (limited to 'src/mainboard/google/rex/variants/deku/Makefile.inc') diff --git a/src/mainboard/google/rex/variants/deku/Makefile.inc b/src/mainboard/google/rex/variants/deku/Makefile.inc new file mode 100644 index 0000000000..91f031e7a4 --- /dev/null +++ b/src/mainboard/google/rex/variants/deku/Makefile.inc @@ -0,0 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + +bootblock-y += gpio.c +romstage-y += gpio.c +ramstage-y += gpio.c -- cgit v1.2.3