blob: 02367fdacbc10e77abbe51979b2a40bc1fa2bc56 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# 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_$(SPL_)LED_GPIO) += led_gpio.o
|