Makefile (2744e8afb3b76343e7eb8197e8b3e085036010a5) Makefile (98da3529536ed3c78ae493f4cc3d7ac8d43fc72c)
1# generic pinmux support
2
3ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG
4
5obj-$(CONFIG_PINCTRL) += core.o
6obj-$(CONFIG_PINMUX) += pinmux.o
1# generic pinmux support
2
3ccflags-$(CONFIG_DEBUG_PINMUX) += -DDEBUG
4
5obj-$(CONFIG_PINCTRL) += core.o
6obj-$(CONFIG_PINMUX) += pinmux.o
7obj-$(CONFIG_PINMUX_U300) += pinmux-u300.o