Raw File
Makefile
obj-$(CONFIG_SND_AOA) += snd-aoa.o
snd-aoa-objs := core.o \
		alsa.o \
		gpio-pmf.o \
		gpio-feature.o
back to top