You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
323 B
20 lines
323 B
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=sermouse
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=sermlog.mc \
|
|
sermouse.rc \
|
|
cseries.c \
|
|
debug.c \
|
|
mseries.c \
|
|
sermcmn.c \
|
|
sermdep.c \
|
|
uart.c \
|
|
devdesc.c
|
|
|
|
C_DEFINES=-DPNP_IDENTIFY
|