makefile-keyspan_pda_fw
来自「基于S3CEB2410平台LINUX操作系统下 USB驱动源代码」· 代码 · 共 17 行
TXT
17 行
# some rules to handle the quirks of the 'as31' assembler, like# insisting upon fixed suffixes for the input and output files,# and its lack of preprocessor supportall: keyspan_pda_fw.h%.asm: %.S gcc -x assembler-with-cpp -P -E -o $@ $<%.hex: %.asm as31 -l $< mv $*.obj $@%_fw.h: %.hex ezusb_convert.pl perl ezusb_convert.pl $* < $< > $@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?