mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-22 03:12:02 +00:00
6 lines
104 B
Makefile
6 lines
104 B
Makefile
#
|
|
# Makefile for pwm devices
|
|
#
|
|
obj-$(CONFIG_GENERIC_PWM) := pwm.o
|
|
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
|