]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
dts: zc706: Enable zynq qspi controller node
[u-boot] / drivers / Makefile
index a721ec86dfefb580bf14eed7e6b9faab12306d52..4f49bfddb861afdc16c8679b42ea30550a504adb 100644 (file)
@@ -1,6 +1,7 @@
 obj-$(CONFIG_$(SPL_)DM)                += core/
 obj-$(CONFIG_$(SPL_)CLK)       += clk/
 obj-$(CONFIG_$(SPL_)LED)       += led/
+obj-$(CONFIG_$(SPL_)PINCTRL)   += pinctrl/
 obj-$(CONFIG_$(SPL_)RAM)       += ram/
 
 ifdef CONFIG_SPL_BUILD
@@ -47,6 +48,7 @@ obj-y += pcmcia/
 obj-y += dfu/
 obj-y += rtc/
 obj-y += sound/
+obj-y += timer/
 obj-y += tpm/
 obj-y += twserial/
 obj-y += video/
@@ -58,6 +60,7 @@ obj-y += pwm/
 obj-y += input/
 # SOC specific infrastructure drivers.
 obj-y += soc/
+obj-$(CONFIG_REMOTEPROC) += remoteproc/
 obj-y += thermal/
 
 endif