mirror of https://github.com/tongzx/nt5src
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.
14 lines
259 B
14 lines
259 B
TARGETNAME=irlap
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_ -DIRDA -D_PNP_POWER_ -D_PNP_POWER -DNDIS40
|
|
NTPROFILEINPUT=yes
|
|
|
|
INCLUDES=..\inc;$(DDK_INC_PATH)
|
|
|
|
SOURCES=\
|
|
irlap.c \
|
|
irlapio.c \
|
|
irlaplog.c \
|
|
irndis.c
|