forked from Minki/linux
342cefb212
Move the pin description to a driver specific to be. This is one more step toward retiring pinctrl-sunxi-pins.h that used to define all the pins for all the Allwinner SoCs in a single header, that would have in turn result in having these structures in the final binary as many times as the header was included. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
8 lines
223 B
Makefile
8 lines
223 B
Makefile
# Core
|
|
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sunxi.o
|
|
|
|
# SoC Drivers
|
|
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun4i-a10.o
|
|
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun5i-a10s.o
|
|
obj-$(CONFIG_PINCTRL_SUNXI) += pinctrl-sun5i-a13.o
|