mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 09:52:31 +01:00
4 lines
127 B
Makefile
4 lines
127 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
snd-lx6464es-objs := lx6464es.o lx_core.o
|
|
obj-$(CONFIG_SND_LX6464ES) += snd-lx6464es.o
|