📄 makefile.bak
字号:
# Makefile - makefile for Target/config/gwm7040## Copyright 1984-2001 Wind River Systems, Inc.## modification history# DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Application Development Support Board with a PowerPC 860 or # PowerPC 821 processor.## INCLUDES# makeTarget#*/CPU = PPC860TOOL = gnuBSP_DIR = $(shell cd)TGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bspinclude $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = sgr-wm7040_0723aVENDOR = PowercnBOARD = SGR_WM7040#Point at the directory CONFIG_ALL = $(BSP_DIR)USR_ENTRY = usrInit#Add the additional moduleMACH_EXTRA = sysTffs.o s29jl064h.o ## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined## in config.h and Makefile. All definitions for these constants must be## identical.ROM_TEXT_ADRS = 20000100 # ROM entry addressROM_SIZE = 00200000 # number of bytes of ROM spaceRAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00400000 # RAM text/data addressHEX_FLAGS = -a $(ROM_TEXT_ADRS)## Compile the files according to the boot memoryifeq ($(BOOT_FROM_SDRAM),TRUE) ADDED_CFLAGS = -DBOOTROM_RAM_VERelse ADDED_CFLAGS =endif## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bspinclude $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)############################################################################define the targes for POWERCN's boards###########################################################################boot_ram.elf:bootrom_uncmp rename bootrom_uncmp $(BOARD)_boot_ram.elfboot_flash.elf:bootrom_uncmp rename bootrom_uncmp $(BOARD)_boot_flash.elf cleanobj : - $(RM) *.o - $(RM) *.rpo - $(RM) vxWorks* - $(RM) bootrom* - $(RM) ctdt.c - $(RM) symTbl.c - $(RM) depend.$(TARGET_DIR) - $(RM) *.elf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -