summaryrefslogtreecommitdiffstats
path: root/drivers/led/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/led/Makefile')
-rw-r--r--drivers/led/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/led/Makefile b/drivers/led/Makefile
index 6aafa6df05..619bbcf5ca 100644
--- a/drivers/led/Makefile
+++ b/drivers/led/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_LED) += core.o
obj-$(CONFIG_LED_GPIO) += led-gpio.o
+obj-$(CONFIG_LED_PWM) += led-pwm.o
obj-$(CONFIG_LED_TRIGGERS) += led-triggers.o