summaryrefslogtreecommitdiff
path: root/drivers/led/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-05-07 18:11:30 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-10 14:16:09 (GMT)
commit632889cfe5205b68b2d0fc597011adb051bd938b (patch)
tree74ff493acbb2e43a34f5fa53f4f99619d3b21677 /drivers/led/Makefile
parent09e2a571505b8f5abbb8fbf7feabd5400e6a6969 (diff)
downloadu-boot-fsl-qoriq-632889cfe5205b68b2d0fc597011adb051bd938b.tar.xz
dm: led: add BCM6358 led driver
This driver is a simplified version of linux/drivers/leds/leds-bcm6358.c Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 d371ed5..9d079f8 100644
--- a/drivers/led/Makefile
+++ b/drivers/led/Makefile
@@ -7,4 +7,5 @@
obj-y += led-uclass.o
obj-$(CONFIG_LED_BCM6328) += led_bcm6328.o
+obj-$(CONFIG_LED_BCM6358) += led_bcm6358.o
obj-$(CONFIG_$(SPL_)LED_GPIO) += led_gpio.o