From b28887adab81d7aa1168d5d3aec421b51e21ea86 Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Mon, 9 Oct 2017 14:57:05 +0800 Subject: [PATCH] add ac108_help to makefile --- ac108_plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac108_plugin/Makefile b/ac108_plugin/Makefile index fede526..2a32ae9 100644 --- a/ac108_plugin/Makefile +++ b/ac108_plugin/Makefile @@ -9,7 +9,7 @@ CFLAGS += -I. -Wall -funroll-loops -ffast-math -fPIC -DPIC -O0 -g LD := gcc LDFLAGS += -Wall -shared -lasound -SND_PCM_OBJECTS = pcm_ac108.o +SND_PCM_OBJECTS = pcm_ac108.o ac108_help.o SND_PCM_LIBS = SND_PCM_BIN = libasound_module_pcm_ac108.so