14 lines
238 B
Makefile
14 lines
238 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = usbd.sys
|
||
|
IMPORTLIB = usbd.sys
|
||
|
IMPORTS = kernel32 ntoskrnl.exe
|
||
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
||
|
|
||
|
C_SRCS = \
|
||
|
usbd.c
|
||
|
|
||
|
@MAKE_DLL_RULES@
|