1 2 3 4 5 6
# # Makefile for multiplexer devices. # obj-$(CONFIG_MULTIPLEXER) += mux-core.o obj-$(CONFIG_MUX_GPIO) += mux-gpio.o