mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
632889cfe5
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>
11 lines
272 B
Makefile
11 lines
272 B
Makefile
#
|
|
# Copyright (c) 2015 Google, Inc
|
|
# Written by Simon Glass <sjg@chromium.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
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
|