summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2012-12-14 00:32:52 +0100
committerBenjamin Herrenschmidt2012-12-14 00:32:52 +0100
commitd526e85f60fce9aa2a1432cbd06e3cf20c1644c8 (patch)
tree8432d5f7f36254fcfea5a1c2d38a93a4fac42a8b /lib/Makefile
parentpowerpc+of: Export of_reconfig_notifier_[register,unregister] (diff)
downloadkernel-qcow2-linux-d526e85f60fce9aa2a1432cbd06e3cf20c1644c8.tar.gz
kernel-qcow2-linux-d526e85f60fce9aa2a1432cbd06e3cf20c1644c8.tar.xz
kernel-qcow2-linux-d526e85f60fce9aa2a1432cbd06e3cf20c1644c8.zip
powerpc+of: Rename and fix OF reconfig notifier error inject module
This module used to inject errors in the pSeries specific dynamic reconfiguration notifiers. Those are gone however, replaced by generic notifiers for changes to the device-tree. So let's update the module to deal with these instead and rename it along the way. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Akinobu Mita <akinobu.mita@gmail.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 821a16229111..7c0090895373 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -94,8 +94,8 @@ obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
obj-$(CONFIG_CPU_NOTIFIER_ERROR_INJECT) += cpu-notifier-error-inject.o
obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o
obj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o
-obj-$(CONFIG_PSERIES_RECONFIG_NOTIFIER_ERROR_INJECT) += \
- pSeries-reconfig-notifier-error-inject.o
+obj-$(CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT) += \
+ of-reconfig-notifier-error-inject.o
lib-$(CONFIG_GENERIC_BUG) += bug.o