forked from Ivasoft/openwrt
pwm: export the generic pwm api as module
SVN-Revision: 22297
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Makefile for pwm devices
|
||||
#
|
||||
obj-y := pwm.o
|
||||
obj-$(CONFIG_GENERIC_PWM) := pwm.o
|
||||
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
|
||||
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
|
||||
|
||||
Reference in New Issue
Block a user