add ac108_help to makefile

This commit is contained in:
Baozhu Zuo 2017-10-09 14:57:05 +08:00
parent 125e5188e5
commit b28887adab
1 changed files with 1 additions and 1 deletions

View File

@ -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