makefile

来自「usb2 driver for vxwokrs」· 代码 · 共 28 行

TXT
28
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?