From 11330eaad9124eaacf69c6ab77983375494fbc9c Mon Sep 17 00:00:00 2001 From: Caramel Date: Mon, 30 Aug 2021 19:41:03 +0300 Subject: [PATCH] whoops, fix defines --- sdm845Pkg/sdm845Pkg.dsc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdm845Pkg/sdm845Pkg.dsc b/sdm845Pkg/sdm845Pkg.dsc index 0ac826d..a2f4321 100644 --- a/sdm845Pkg/sdm845Pkg.dsc +++ b/sdm845Pkg/sdm845Pkg.dsc @@ -260,15 +260,17 @@ # sdm845Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf - + # # OnePlus 6T A/B Slot Support # Op6tSlotDxe and BootSlotDxe have the same goal, do not use them both at the same time in device fdf. # sdm845Pkg/Drivers/Op6tSlotDxe/Op6tSlotDxe.inf +!ifdef $(AB_SLOTS_SUPPORT) sdm845Pkg/Drivers/BootSlotDxe/BootSlotDxe.inf sdm845Pkg/Application/SwitchSlotsApp/SwitchSlotsApp.inf - +!endif #$(AB_SLOTS_SUPPORT) + # # Bds # -- 2.45.2