📄 makefile
字号:
# Makefile - makefile for src/usb2/hcd## modification history# --------------------# 01a,14Sept03,cfc created## DESCRIPTION# This file contains the makefile rules for building the usb2 library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME=usb2OBJS=## define SUBDIRS for simulators only, to avoid building everything#ifneq ($(subst SIM,,$(CPU)),$(CPU))SUBDIRS=ehcd ohcd uhcdendifinclude $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -