at v3.2-rc2 8 lines 222 B view raw
1# generic pinmux support 2 3ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG 4 5obj-$(CONFIG_PINCTRL) += core.o 6obj-$(CONFIG_PINMUX) += pinmux.o 7obj-$(CONFIG_PINMUX_SIRF) += pinmux-sirf.o 8obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o