repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
winebus.sys: Implement udev device enumeration.
[wine.git]
/
dlls
/
winebus.sys
/
Makefile.in
blob
b24416b16063d060ebeebeab7c5bcd09c4d5ddfd
1
MODULE
=
winebus.sys
2
IMPORTS
=
ntoskrnl
3
EXTRALIBS
= $(
UDEV_LIBS
)
4
EXTRAINCL
= $(
UDEV_CFLAGS
)
5
EXTRADLLFLAGS
= -
Wb
,--
subsystem
,
native
6
7
C_SRCS
=
\
8
bus_udev.c \
9
main.c