exit: abstract out should_wake helper for child_wait_callback()
[linux-2.6-microblaze.git] / drivers / Makefile
index 0957f63..1bec781 100644 (file)
@@ -11,6 +11,7 @@ ifdef building_out_of_srctree
 MAKEFLAGS += --include-dir=$(srctree)
 endif
 
+obj-y                          += cache/
 obj-y                          += irqchip/
 obj-y                          += bus/
 
@@ -45,7 +46,7 @@ obj-$(CONFIG_DMADEVICES)      += dma/
 
 # SOC specific infrastructure drivers.
 obj-y                          += soc/
-obj-$(CONFIG_PM_GENERIC_DOMAINS)       += genpd/
+obj-$(CONFIG_PM_GENERIC_DOMAINS)       += pmdomain/
 
 obj-y                          += virtio/
 obj-$(CONFIG_VDPA)             += vdpa/