Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f3addf1 authored by Peter Rosin's avatar Peter Rosin Committed by Greg Kroah-Hartman
Browse files

mux: zap mux- prefix from the source files



Preserve the module names with Makefile additions.

Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d3cc8ca3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.