]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
[u-boot] / drivers / Makefile
index 00da40b704a705c2ac4645b68b61b294f7dcddc8..e7eab6603e05fc104e101385f1ffa285003e04f0 100644 (file)
@@ -51,6 +51,7 @@ obj-y += hwmon/
 obj-y += misc/
 obj-y += pcmcia/
 obj-y += dfu/
+obj-$(CONFIG_X86) += pch/
 obj-y += rtc/
 obj-y += sound/
 obj-y += timer/
@@ -68,4 +69,5 @@ obj-y += soc/
 obj-$(CONFIG_REMOTEPROC) += remoteproc/
 obj-y += thermal/
 
+obj-$(CONFIG_MACH_PIC32) += ddr/microchip/
 endif