8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
MODULE = hidclass.sys
|
||
|
IMPORTLIB = hidclass
|
||
|
IMPORTS = ntoskrnl.exe
|
||
|
DELAYIMPORTS = setupapi hid
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|