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>
This commit is contained in:
parent
d3cc8ca3ab
commit
8f3addf1b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue