]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/mux/Makefile
Merge branches 'intel_pstate' and 'pm-domains'
[mirror_ubuntu-bionic-kernel.git] / drivers / mux / Makefile
1 #
2 # Makefile for multiplexer devices.
3 #
4
5 obj-$(CONFIG_MULTIPLEXER) += mux-core.o
6 obj-$(CONFIG_MUX_ADG792A) += mux-adg792a.o
7 obj-$(CONFIG_MUX_GPIO) += mux-gpio.o
8 obj-$(CONFIG_MUX_MMIO) += mux-mmio.o