⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 T2.0 USB driver.rar T2.0 USB driver.rar
💻
字号:
# Makefile - makefile for target/src/drv/usb## modification history# --------------------# 01d,14feb01,wef   added the NetChip 1080 driver.# 01c,05dec00,wef   added new class drivers - Mass Storage (CBI and Bulk #		    only), 2 different ethernet class drivers (Klsi and #		    Pegusus chips), and the ACM class (modem) driver # 01b,27mar00,wef   updated for fcs, added speaker removed uhcilib - reflects#		    directory structure change - this file was shuffled.# 01a,25jan00,wef   created## DESCRIPTION# This file contains the makefile rules for building the usb library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES=	usbAcmLib.c usbBulkDevLib.c usbCbiUfiDevLib.c \		usbHcdOhciLib.c usbHcdUhciLib.c usbKeyboardLib.c \		usbKlsiEnd.c usbMouseLib.c usbPegasusEnd.c \		usbPrinterLib.c usbSpeakerLib.c usbNC1080End.cLIBNAME=lib$(CPU)$(TOOL)vx.aLIBDIRNAME=obj$(CPU)$(TOOL)vxOBJS=		usbAcmLib.o usbBulkDevLib.o usbCbiUfiDevLib.o \		usbHcdOhciLib.o usbHcdUhciLib.o usbKeyboardLib.o \		usbKlsiEnd.o usbMouseLib.o usbPegasusEnd.o \		usbPrinterLib.o usbSpeakerLib.o usbNC1080End.oinclude $(TGT_DIR)/h/make/rules.libraryDOC_DIR         = $(DOCS_ROOT)/vxworks/ref/usbDOC_CHAPTER     = USB_librariesDOC_OPTS        = $(DOC_OPTS_MAN) -category USB

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -