makefile

来自「AT91所有开发板的资料 AT91所有开发板的资料」· 代码 · 共 43 行

TXT
43
字号
## 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.ininclude $(UHAL_BASE)/rules.ininclude $(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 + =
减小字号Ctrl + -
显示快捷键?