From be7ed6b1cfdf98a727ea5b482aacd3ce81bbe11f Mon Sep 17 00:00:00 2001 From: jmcneill Date: Mon, 2 Jun 2008 11:34:07 +0000 Subject: [PATCH] Add Makefile for building azalia as a kmod --- sys/modules/azalia/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/modules/azalia/Makefile diff --git a/sys/modules/azalia/Makefile b/sys/modules/azalia/Makefile new file mode 100644 index 000000000000..bcd832acf8ad --- /dev/null +++ b/sys/modules/azalia/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2008/06/02 11:34:07 jmcneill Exp $ + +.include "../Makefile.inc" + +.PATH: ${S}/dev/pci + +KMOD= azalia + +SRCS= azalia.c +SRCS+= azalia_codec.c + +.include