xllp_licensed_components_release.mak

来自「优龙pxa270平台试验程序」· MAK 代码 · 共 23 行

MAK
23
字号
# This is a makefile for the project "XLLP_Licensed_Components.a", generated
# by the Nordheim Workbench.


#Global Macros
BASE = C:\POST4_XLLP\Source_code\Mainstone\Bulverde\XLLP\Source\XLLP_Licensed_Components\Build\POST\NDT
NDT = C:\NDT\INTEL\NDT1.1

#Tools
Assembler = "$(NDT)\xscale\bin\asxsc.exe"
C_Compiler = "$(NDT)\xscale\bin\ccxsc.exe"
Cxx_Compiler = "$(NDT)\xscale\bin\ccxsc.exe"
Library_Manager = "$(NDT)\xscale\bin\libxsc.exe"

OBJ = xllp_mshc.o 

#Rules
ALL: $(OBJ) 
	$(Library_Manager)  "$(BASE)\.\release\XLLP_Licensed_Components.a" -add ".\xllp_mshc.o" 

xllp_mshc.o: $(BASE)\..\..\..\..\..\Source\XLLP_Licensed_Components\CPU\Bulverde\MemoryStick\xllp_mshc.c 
	$(C_Compiler)  -MX -I "$(NDT)\xscale\include" -I "$(BASE)\..\..\..\..\CPU\Bulverde\ClkMgr" -I "$(BASE)\..\..\..\..\CPU\Bulverde\GPIO" -I "$(BASE)\..\..\..\..\CPU\Bulverde\INTC" -I "$(BASE)\..\..\..\..\CPU\Bulverde\OST" -I "$(BASE)\..\..\..\..\Includes" -I "$(BASE)\..\..\..\..\Platforms\Mainstone" -I "$(BASE)\..\..\..\CPU\Bulverde\MemoryStick" -c "$(BASE)\..\..\..\..\..\Source\XLLP_Licensed_Components\CPU\Bulverde\MemoryStick\xllp_mshc.c"  -o "$(BASE)\.\release\xllp_mshc.o"  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?