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.
26 lines
500 B
26 lines
500 B
TARGETNAME=usbehci
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=..\..\USBPORT\$(O)\usbport.lib
|
|
|
|
USE_MAPSYM=1
|
|
##LINKER_FLAGS=$(LINKER_FLAGS) -debugtype:map,coff
|
|
LINKER_FLAGS=$(LINKER_FLAGS) -debugtype:map
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
INCLUDES=$(INCLUDES);..\..\INC
|
|
|
|
SOURCES= usbehci.rc \
|
|
iso.c \
|
|
periodic.c \
|
|
sstool.c \
|
|
async.c \
|
|
mpinit.c \
|
|
int.c \
|
|
dbg.c \
|
|
roothub.c \
|
|
usbehci.c
|
|
|