repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - AHCI - enable AHCI device initiated power management
[dragonfly.git]
/
sys
/
dev
/
usbmisc
/
uticom
/
Makefile
blob
12953cab254712ca98709f2acbd47c367633979f
1
# $DragonFly: src/sys/dev/usbmisc/uticom/Makefile,v 1.1 2007/11/07 08:31:08 hasso Exp $
2
3
.PATH
: ${
.CURDIR
}/
..
/
ucom
4
5
KMOD
=
uticom
6
SRCS
=
uticom.c uticom_fw3410.h
7
SRCS
+=
ucomvar.h opt_usb.h bus_if.h device_if.h
8
9
.
include
<
bsd.kmod.mk
>
10