Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan...
[linux-2.6-microblaze.git] / drivers / mux / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for multiplexer devices.
4 #
5
6 mux-core-objs                   := core.o
7 mux-adg792a-objs                := adg792a.o
8 mux-gpio-objs                   := gpio.o
9 mux-mmio-objs                   := mmio.o
10
11 obj-$(CONFIG_MULTIPLEXER)       += mux-core.o
12 obj-$(CONFIG_MUX_ADG792A)       += mux-adg792a.o
13 obj-$(CONFIG_MUX_GPIO)          += mux-gpio.o
14 obj-$(CONFIG_MUX_MMIO)          += mux-mmio.o