aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mux/Makefile
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2017-08-22 08:27:08 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 17:11:28 +0200
commit8f3addf1b451784104ba3593d80702b4815d5a94 (patch)
treed35e350095bb323a3e66b435b6f96edfa392b05f /drivers/mux/Makefile
parentmux: include compiler.h from mux/consumer.h (diff)
downloadlinux-dev-8f3addf1b451784104ba3593d80702b4815d5a94.tar.xz
linux-dev-8f3addf1b451784104ba3593d80702b4815d5a94.zip
mux: zap mux- prefix from the source files
Preserve the module names with Makefile additions. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mux/Makefile')
-rw-r--r--drivers/mux/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile
index 6bac5b0fea13..0e1e59760e3f 100644
--- a/drivers/mux/Makefile
+++ b/drivers/mux/Makefile
@@ -2,6 +2,11 @@
# Makefile for multiplexer devices.
#
+mux-core-objs := core.o
+mux-adg792a-objs := adg792a.o
+mux-gpio-objs := gpio.o
+mux-mmio-objs := mmio.o
+
obj-$(CONFIG_MULTIPLEXER) += mux-core.o
obj-$(CONFIG_MUX_ADG792A) += mux-adg792a.o
obj-$(CONFIG_MUX_GPIO) += mux-gpio.o