]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/Makefile
spl: Allow PCH drivers to be used in SPL
[people/ms/u-boot.git] / drivers / Makefile
index 00dc041f1b222fd1ff4b5177a56ee75892ca5ef5..34c55bfb2ff94c416647e727b3232283cf1b8974 100644 (file)
@@ -34,6 +34,7 @@ obj-$(CONFIG_SPL_ETH_SUPPORT) += net/
 obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/
 obj-$(CONFIG_SPL_USBETH_SUPPORT) += net/phy/
 obj-$(CONFIG_SPL_PCI_SUPPORT) += pci/
+obj-$(CONFIG_SPL_PCH_SUPPORT) += pch/
 obj-$(CONFIG_SPL_RTC_SUPPORT) += rtc/
 obj-$(CONFIG_SPL_TIMER_SUPPORT) += timer/
 obj-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += usb/musb-new/