?? makefile
字號:
# Makefile - makefile for target/src/drv/end/unsupported
#
# modification history
# --------------------
# 01a,03nov99,dgy created from supported version
#
# DESCRIPTION
# This file contains the makefile rules for building unsupported
# ENDs (Enhanced Network Drivers) into the VxWorks library.
#
# Old style network drivers (i.e. BSD style) are contained in src/drv/netif.
#
#*/
TGT_DIR=$(WIND_BASE)/target
DOC_FILES= rtl81x9.c
LIBNAME=lib$(CPU)$(TOOL)vx.a
LIBDIRNAME=obj$(CPU)$(TOOL)vx
EXTRA_INCLUDE=-I$(TGT_DIR)/h/
OBJS_COMMON = rtl81x9.o
OBJS_R3000 =
OBJS_CPU32 =
OBJS_PPC860 =
OBJS_PPC403 =
OBJS_MC68000 =
OBJS = $(OBJS_COMMON) $(OBJS_$(CPU))
include $(TGT_DIR)/h/make/rules.library
CC_OPTIM=$(CC_OPTIM_DRIVER)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -