Makefile.in 118 Bytes
Newer Older
1 2
MODULE    = hidclass.sys
IMPORTLIB = hidclass
3
IMPORTS   = hal ntoskrnl user32 hidparse
4 5

C_SRCS = \
6
	device.c \
7
	pnp.c