📄 makefile
字号:
#
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -