?? defs.subdirs
字號:
# defs.subdirs - DOT1X (dot1x) specific SUBDIR definition.## Copyright 1996-2004 Wind River Systems, Inc.## # modification history# --------------------# 00b,08jul04,tf Fix Base B0007: Uninstalled comps should not be compiled.# 00a,03mar04,tf Written.## DESCRIPTION# This file defines the list of subdirs to be built for dot1x. This# file is included by '$(WIND_BASE)/target/h/make/config/common/defs.subdirs'# if the feature set being built includes dot1x comps# (i.e., if COMPONENT_DOT1X==true).# # Note that SUBDIRS is extended to include dot1x sub-directories.#TGT_DIR=$(WIND_BASE)/targetifneq ($(patsubst %/,%, $(dir $(wildcard $(TGT_DIR)/src/wrn/dot1x/Makefile))),)SUBDIRS += wrn/dot1xendif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -