mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-01 23:24:34 +01:00
5 lines
104 B
Makefile
5 lines
104 B
Makefile
#
|
|
# Makefile for pwm devices
|
|
#
|
|
obj-$(CONFIG_GENERIC_PWM) := pwm.o
|
|
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
|