]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/sound/driver/ai2s/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / sound / driver / ai2s / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../../dev/sound/macio
4
5 KMOD=   snd_ai2s
6 SRCS=   device_if.h bus_if.h ofw_bus_if.h
7 SRCS+=  channel_if.h feeder_if.h mixer_if.h
8 SRCS+=  snapper.c tumbler.c aoa.c i2s.c
9
10 .include <bsd.kmod.mk>