mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
Update Makefile
This commit is contained in:
parent
b39a2ca276
commit
0a98584504
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Makefile for the Linux sound card driver
|
||||
#
|
||||
|
||||
# If no sound enabled via RDP then use dummy sound driver instead and dont route via HDMI plug.
|
||||
obj-$(CONFIG_SOUND) += soundcore.o
|
||||
obj-$(CONFIG_DMASOUND) += oss/dmasound/
|
||||
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
|
||||
@ -18,3 +18,4 @@ ifeq ($(CONFIG_SND),y)
|
||||
endif
|
||||
|
||||
soundcore-objs := sound_core.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user