6 lines
124 B
Makefile
6 lines
124 B
Makefile
|
# Core
|
||
|
obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o
|
||
|
|
||
|
# SoC Drivers
|
||
|
obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
|