mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 14:05:20 +02:00
5c39ae21ff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22142 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
124 B
Makefile
7 lines
124 B
Makefile
#
|
|
# Makefile for pwm devices
|
|
#
|
|
obj-y := pwm.o
|
|
obj-$(CONFIG_ATMEL_PWM) += atmel-pwm.o
|
|
obj-$(CONFIG_GPIO_PWM) += gpio-pwm.o
|