diff options
| author | Tom Rini <[email protected]> | 2015-08-31 11:43:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-31 11:43:47 -0400 |
| commit | 80cd58b99e8690b05e8537dbf76276e24fcfa652 (patch) | |
| tree | 0684c14480ab87bb3a74c1c70275b5fdc9c8e3c9 /drivers/Makefile | |
| parent | 7c0e5d865ff0b86dfce492b656238919c659d756 (diff) | |
| parent | 897705ec39682ab3bf5bb87bc49d7a491d522051 (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index a721ec86dfe..9d0a5959a8e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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 |
