]> Pileus Git - ~andy/linux/blobdiff - drivers/Makefile
rtnl/ipv4: add support of RTM_GETNETCONF
[~andy/linux] / drivers / Makefile
index 8c30e73cd94cd74b031cdfc3e1a99f1f4cd3ce6d..a16a8d001ae0c3fd0afd8cf3648cebe5c839d75b 100644 (file)
@@ -6,6 +6,7 @@
 #
 
 obj-y                          += irqchip/
+obj-y                          += bus/
 
 # GPIO must come after pinctrl as gpios may need to mux pins etc
 obj-y                          += pinctrl/
@@ -16,6 +17,10 @@ obj-$(CONFIG_PARISC)         += parisc/
 obj-$(CONFIG_RAPIDIO)          += rapidio/
 obj-y                          += video/
 obj-y                          += idle/
+
+# IPMI must come before ACPI in order to provide IPMI opregion support
+obj-$(CONFIG_IPMI_HANDLER)     += char/ipmi/
+
 obj-$(CONFIG_ACPI)             += acpi/
 obj-$(CONFIG_SFI)              += sfi/
 # PnP must come after ACPI since it will eventually need to check if acpi
@@ -122,7 +127,6 @@ obj-$(CONFIG_VHOST_NET)             += vhost/
 obj-$(CONFIG_VLYNQ)            += vlynq/
 obj-$(CONFIG_STAGING)          += staging/
 obj-y                          += platform/
-obj-y                          += ieee802154/
 #common clk code
 obj-y                          += clk/