101766fb00
SVN-Revision: 32901
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
|