文件操作 - Makefile-keyspan_pda_fw
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/drivers/usb/serial/Makefile-keyspan_pda_fw
编辑文件内容
# SPDX-License-Identifier: GPL-2.0 # 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 support all: 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 $* < $< > $@
修改文件时间
将文件时间修改为当前时间的前一年
删除文件