⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Sharp芯片的SMA架构的中间层源代码,结构非常清晰易懂,是编写驱动系统软件入门很好的参考资料.
💻
字号:
############################################################################
# Pick up the default build rules 
# 
include $(SHARP_EVB_INST_DIR)/Software/MakeRules/make.$(SOC)$(TOOL)

############################################################################
# Arm speciic flags  
# 
ifeq ($(TOOL), arm)
CFLAGS += -DARMBUILD
endif

############################################################################
# Pick up the .s and .c files in the directory  
# 
OBJS  =  $(SRC:%.c=%.o) $(ASM:%.s=%.o)

############################################################################
# Compile the code  
# 
include $(SHARP_EVB_INST_DIR)/Software/MakeRules/make.$(SOC)default


⌨️ 快捷键说明

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