Revision 28a17338738839494752c5da3e12c889a55219db authored by Linus Torvalds on 14 February 2021, 19:50:31 UTC, committed by Linus Torvalds on 14 February 2021, 19:50:31 UTC
Pull LED fix from Pavel Machek:
 "One-liner fixing a build problem"

* 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds:
  leds: rt8515: add V4L2_FLASH_LED_CLASS dependency
2 parent s ab30c7f + dbeb02a
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for ALSA
#

snd-sgi-o2-objs := sgio2audio.o ad1843.o
snd-sgi-hal2-objs := hal2.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
back to top