📄 makefile
字号:
#
# Copyright (C) ARM Limited 1998. All rights reserved.
# Generic makefile for the uHAL library of a particular board.
# board.in describes the board, everything else is generic.
#
UHAL_BASE = ../../
include board.in
include $(UHAL_BASE)/rules.in
include $(UHAL_BASE)/boards.in
#------------------------------------------------------------
# Locally defined things.
#------------------------------------------------------------
all:
$(MAKE) TARGET=semihosted semihosted_all
$(MAKE) TARGET=standalone standalone_all
#------------------------------------------------------------
# Platform specific.
#------------------------------------------------------------
#************************************************************
# uHAL code.
#************************************************************
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 + -