makefile

来自「arm单片机的ucos2移植」· 代码 · 共 37 行

TXT
37
字号
#
# Copyright (C) ARM Limited 1999. All rights reserved.
# uC/OS-II for the Integrator evaluation board.
#
include ../../environ.in
#------------------------------------------------------------
#  Locally defined things.
#------------------------------------------------------------
BOARD_NAME     = Integrator940T

#------------------------------------------------------------
# Use the uHAL rule set
#------------------------------------------------------------
include $(UHAL_BASE)/Build/$(BOARD_NAME).b/board.in
include $(UHAL_BASE)/rules.in


#************************************************************
#  Make targets
#************************************************************
all:	
	$(MAKE) TARGET=semihosted semihosted_all
	$(MAKE) TARGET=standalone TEXT=0x24800000 \
		DATA=0x00010000 TYPE='-aifbin' standalone_all

include ../common.make

#************************************************************
#  clean up the development tree.
#************************************************************
clean:	# clean up
	$(MAKE) TARGET=semihosted semihosted_clean
	$(MAKE) TARGET=standalone standalone_clean



⌨️ 快捷键说明

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