X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2FMakefile;h=c1bf41737936ab00be4a87563a0bb0638074785d;hb=b07fa022ecf1e04fd0623877affe9e10bf45ac86;hp=e121b66ef082440c2dd3fe22418fb1c2372b2596;hpb=7f46b1343f723f98634a5dcee47856b2000079ed;p=linux-2.6-omap-h63xx.git diff --git a/drivers/Makefile b/drivers/Makefile index e121b66ef08..c1bf4173793 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -18,6 +18,9 @@ obj-$(CONFIG_ARM_AMBA) += amba/ obj-$(CONFIG_XEN) += xen/ +# regulators early, since some subsystems rely on them to initialize +obj-$(CONFIG_REGULATOR) += regulator/ + # char/ comes before serial/ etc so that the VT console is the boot-time # default. obj-y += char/ @@ -101,5 +104,5 @@ obj-$(CONFIG_PPC_PS3) += ps3/ obj-$(CONFIG_OF) += of/ obj-$(CONFIG_SSB) += ssb/ obj-$(CONFIG_VIRTIO) += virtio/ -obj-$(CONFIG_REGULATOR) += regulator/ obj-$(CONFIG_STAGING) += staging/ +obj-y += platform/