repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
modules
/
azalia
/
Makefile
blob
c0f754bc2b5c3fd3a136b18d5d6b9f01a5d3d90d
1
# $NetBSD: Makefile,v 1.2 2008/05/19 13:21:57 tnn Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
dev
/
pci
6
7
KMOD
=
azalia
8
9
SRCS
=
azalia.c
10
SRCS
+=
azalia_codec.c
11
12
.
include
<
bsd.kmodule.mk
>