]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/Makefile
pinctrl: add pin control uclass support
[karo-tx-uboot.git] / drivers / Makefile
index a721ec86dfefb580bf14eed7e6b9faab12306d52..9d0a5959a8ef0079a7d4268b89000be663385415 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