makefile
来自「MPC5200 BSP 支持ATA,USB, I2C,扩展网口」· 代码 · 共 62 行
TXT
62 行
## TARGETS# -------# This section briefly lists the available build targets. ## INCLUDES# makeTarget#*/CPU = PPC603TOOL = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bspCFLAGS += -g -O0CFLAGS_PIC += -g -O0#### Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.##TARGET_DIR = Lite5200BVENDOR = WindRiverBOARD = Motorola Lite 5200B############################################################# Custom versions of the following for IceCube5200 BSP##USR_ENTRY = usrInitBOOTCONFIG = bootConfig.cUSRCONFIG = usrConfig.cBOOTINIT = bootInit.cROM_SIZE = 01000000 # 4MB - Lite5200B Main Falsh(CS0) 00400000ROM_TEXT_ADRS = FFF00100 # BOOT_HIGH = 1RAM_HIGH_ADRS = 01E00000 # BOOT_HIGH = 1, 256MB RAMRAM_LOW_ADRS = 00100000 # BOOT_HIGH = 1, All RAM sizesMACH_EXTRA = pubDir.o sysTffs.o flash4tffs.o flashX9.o eprom.o ataDrv.o m5200FecEnd.o fei82557End.o sysFei82557End.o lpdClient.o ideTool.oLIB_EXTRA = libMPC5200.a GFLASH.a libUsbMpc5200.a ############################################################# Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp############################################################# Simple target to help support.support: @echo ROM_TEXT_ADRS __$(ROM_TEXT_ADRS)__ @echo ROM_SIZE __$(ROM_SIZE)__ @echo RAM_LOW_ADRS __$(RAM_LOW_ADRS)__ @echo RAM_HIGH_ADRS __$(RAM_HIGH_ADRS)__ @echo LIB5200 __$(LIB5200)__ @echo LIB5200DRV __$(LIB5200DRV)__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?