aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 7fa433a7030..e7afb3acbc6 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -5,6 +5,8 @@
5# Rewritten to use lists instead of if-statements. 5# Rewritten to use lists instead of if-statements.
6# 6#
7 7
8# GPIO must come after pinctrl as gpios may need to mux pins etc
9obj-y += pinctrl/
8obj-y += gpio/ 10obj-y += gpio/
9obj-$(CONFIG_PCI) += pci/ 11obj-$(CONFIG_PCI) += pci/
10obj-$(CONFIG_PARISC) += parisc/ 12obj-$(CONFIG_PARISC) += parisc/