PCI: dwc: al: Use pci_ops for child config space accessors
[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-adgs1408-objs               := adgs1408.o
9 mux-gpio-objs                   := gpio.o
10 mux-mmio-objs                   := mmio.o
11
12 obj-$(CONFIG_MULTIPLEXER)       += mux-core.o
13 obj-$(CONFIG_MUX_ADG792A)       += mux-adg792a.o
14 obj-$(CONFIG_MUX_ADGS1408)      += mux-adgs1408.o
15 obj-$(CONFIG_MUX_GPIO)          += mux-gpio.o
16 obj-$(CONFIG_MUX_MMIO)          += mux-mmio.o