gk7205v200-uboot/drivers/led/Makefile
2025-08-08 08:41:38 +08:00

10 lines
186 B
Makefile
Executable File

#
# 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