mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 23:47:22 +08:00
6 lines
185 B
Makefile
6 lines
185 B
Makefile
|
obj-y += hal_gpio.o
|
||
|
obj-$(CONFIG_ARCH_SUN8IW19) += sun8iw19/
|
||
|
obj-$(CONFIG_ARCH_SUN8IW20) += sun8iw20/
|
||
|
obj-$(CONFIG_SOC_SUN20IW1) += sun8iw20/
|
||
|
obj-$(CONFIG_ARCH_SUN50IW11) += sun50iw11/
|