From fa888c7ee9ba90ac530c02f57ba513a7146a7239 Mon Sep 17 00:00:00 2001 From: Bret Barkelew Date: Thu, 21 Mar 2019 22:44:30 +0800 Subject: [PATCH] PcAtChipsetPkg/PcatChipsetPkg.dsc: Add a driver to build REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1646 Add the IdeControllerDxe driver to the [Components] section to make sure it would build correctly. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhichao Gao Cc: Ray Ni Cc: Liming Gao Reviewed-by: Liming Gao --- PcAtChipsetPkg/PcAtChipsetPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dsc b/PcAtChipsetPkg/PcAtChipsetPkg.dsc index d357aa28d0..e58ca81864 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.dsc +++ b/PcAtChipsetPkg/PcAtChipsetPkg.dsc @@ -52,6 +52,7 @@ PcAtChipsetPkg/8254TimerDxe/8254Timer.inf PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf + PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf -- 2.39.2