[ar8216] fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433
[openwrt.git] / target / linux / generic / files / drivers / pwm / Makefile
index e8cacc5..af22041 100644 (file)
@@ -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.o
+obj-$(CONFIG_GPIO_PWM)         += gpio-pwm.o
This page took 0.026433 seconds and 4 git commands to generate.