makefile

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

TXT
38
字号
#
# Copyright (C) ARM Limited 1998. All rights reserved.
# uHALDemos makefile for the Prospector SA-1100 evaluation board.
#
include ../../environ.in

#------------------------------------------------------------
#  Locally defined things.
#------------------------------------------------------------
BOARD_NAME     = Prospector1100

#------------------------------------------------------------
# Use the uHAL rule sets
#------------------------------------------------------------
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=0x4000000 \
		DATA=0x00010000 TYPE='-bin' 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 + -
显示快捷键?