From db22c8cbafa7268fa084d364e05a4791db7e13b6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 22 Feb 2023 14:32:14 -0700 Subject: [PATCH] Missing endif Change-Id: Ib6fa6512540f5bfbc68fea2ff355dc36f7102b8c --- src/mainboard/system76/rpl/acpi/mainboard.asl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/system76/rpl/acpi/mainboard.asl b/src/mainboard/system76/rpl/acpi/mainboard.asl index c21ef9718e..16ebceeeab 100644 --- a/src/mainboard/system76/rpl/acpi/mainboard.asl +++ b/src/mainboard/system76/rpl/acpi/mainboard.asl @@ -22,6 +22,7 @@ Scope (\_SB) { Scope (PEG2) { #include } -#endif +#endif // CONFIG(SOC_INTEL_ALDERLAKE_PCH_S) +#endif // CONFIG(DRIVERS_GFX_NVIDIA) } }