]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/sound/driver/uaudio/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / sound / driver / uaudio / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../../dev/sound/usb
4
5 KMOD=   snd_uaudio
6 SRCS=   device_if.h bus_if.h opt_usb.h
7 SRCS+=  uaudio.c uaudio_pcm.c
8
9 .include <bsd.kmod.mk>