forked from rrcarlosr/Jetpack
10 lines
186 B
Makefile
10 lines
186 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_$(SPL_)LED_GPIO) += led_gpio.o
|