?? makefile
字號:
# Makefile - makefile for target/src/drv/usb## modification history# --------------------# 01i,28oct04,tpw Add include of defs.docs for doc build settings.# 01h,05dec01,wef removed usbAcmLib usbKlsiEnd and usbNC1080End references# since they have been moved to unsupported for now.# 01g,25oct01,tam added repackaging support# 01f,11oct01,dat SPR 20403, CC_OPTIM_DRIVER# 01e,18sep01,wef merge from wrs.tor2_0.usb1_1-f for veloce# 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= usbBulkDevLib.c usbCbiUfiDevLib.c \ usbHcdOhciLib.c usbHcdUhciLib.c usbKeyboardLib.c \ usbMouseLib.c usbPegasusEnd.c \ usbPrinterLib.c usbSpeakerLib.c \ usbTransUnitData.c usbTransUnitInit.c usbTransUnitMisc.c usbTransUnitStd.cLIB_BASE_NAME = usbOBJS= usbBulkDevLib.o usbCbiUfiDevLib.o \ usbHcdOhciLib.o usbHcdUhciLib.o usbKeyboardLib.o \ usbMouseLib.o usbPegasusEnd.o \ usbPrinterLib.o usbSpeakerLib.o \ usbTransUnitData.o usbTransUnitInit.o usbTransUnitMisc.o usbTransUnitStd.oinclude $(TGT_DIR)/h/make/rules.libraryCC_OPTIM = $(CC_OPTIM_DRIVER)DOC_DIR = $(DOCS_ROOT)/vxworks/ref/usbDOC_CHAPTER = USB_librariesDOC_OPTS = $(DOC_OPTS_MAN) -category USBDOC_AREA_USB = usb_drivers-include $(TGT_DIR)/h/make/config/comps/usb/defs.docs
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -