winebus.sys: Implement udev device enumeration.
[wine.git] / dlls / winebus.sys / Makefile.in
blobb24416b16063d060ebeebeab7c5bcd09c4d5ddfd
1 MODULE = winebus.sys
2 IMPORTS = ntoskrnl
3 EXTRALIBS = $(UDEV_LIBS)
4 EXTRAINCL = $(UDEV_CFLAGS)
5 EXTRADLLFLAGS = -Wb,--subsystem,native
7 C_SRCS = \
8 bus_udev.c \
9 main.c