░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-headers-6.8.0-1044/tools/testing/selftests/alsa
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Makefile
# SPDX-License-Identifier: GPL-2.0 # CFLAGS += $(shell pkg-config --cflags alsa) $(KHDR_INCLUDES) LDLIBS += $(shell pkg-config --libs alsa) ifeq ($(LDLIBS),) LDLIBS += -lasound endif CFLAGS += -L$(OUTPUT) -Wl,-rpath=./ LDLIBS+=-lpthread OVERRIDE_TARGETS = 1 TEST_GEN_PROGS := mixer-test pcm-test test-pcmtest-driver TEST_GEN_PROGS_EXTENDED := libatest.so TEST_FILES := conf.d pcm-test.conf include ../lib.mk $(OUTPUT)/libatest.so: conf.c alsa-local.h $(CC) $(CFLAGS) -shared -fPIC $< $(LDLIBS) -o $@ $(OUTPUT)/%: %.c $(OUTPUT)/libatest.so alsa-local.h $(CC) $(CFLAGS) $< $(LDLIBS) -latest -o $@
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Makefile
?
606 B
2025-11-21 22:00
EDIT