mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-11 17:55:54 +00:00
Update Makefile
This commit is contained in:
parent
b39a2ca276
commit
0a98584504
@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# Makefile for the Linux sound card driver
|
# 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_SOUND) += soundcore.o
|
||||||
obj-$(CONFIG_DMASOUND) += oss/dmasound/
|
obj-$(CONFIG_DMASOUND) += oss/dmasound/
|
||||||
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
|
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
|
||||||
@ -18,3 +18,4 @@ ifeq ($(CONFIG_SND),y)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
soundcore-objs := sound_core.o
|
soundcore-objs := sound_core.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user