diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index e121b66ef082..6326f4dbbdab 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -18,6 +18,9 @@ obj-$(CONFIG_ARM_AMBA) += amba/ | |||
18 | 18 | ||
19 | obj-$(CONFIG_XEN) += xen/ | 19 | obj-$(CONFIG_XEN) += xen/ |
20 | 20 | ||
21 | # regulators early, since some subsystems rely on them to initialize | ||
22 | obj-$(CONFIG_REGULATOR) += regulator/ | ||
23 | |||
21 | # char/ comes before serial/ etc so that the VT console is the boot-time | 24 | # char/ comes before serial/ etc so that the VT console is the boot-time |
22 | # default. | 25 | # default. |
23 | obj-y += char/ | 26 | obj-y += char/ |
@@ -101,5 +104,4 @@ obj-$(CONFIG_PPC_PS3) += ps3/ | |||
101 | obj-$(CONFIG_OF) += of/ | 104 | obj-$(CONFIG_OF) += of/ |
102 | obj-$(CONFIG_SSB) += ssb/ | 105 | obj-$(CONFIG_SSB) += ssb/ |
103 | obj-$(CONFIG_VIRTIO) += virtio/ | 106 | obj-$(CONFIG_VIRTIO) += virtio/ |
104 | obj-$(CONFIG_REGULATOR) += regulator/ | ||
105 | obj-$(CONFIG_STAGING) += staging/ | 107 | obj-$(CONFIG_STAGING) += staging/ |