1
0
Fork 0

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>
hifive-unleashed-5.1
Peter Rosin 2017-08-22 08:27:08 +02:00 committed by Greg Kroah-Hartman
parent d3cc8ca3ab
commit 8f3addf1b4
5 changed files with 5 additions and 0 deletions

View File

@ -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