[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.56.1.el8_10.x86_64
/
drivers
/
usb
/
serial
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 Kconfig
21,849 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile
2,813 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile-keyspan_pda_fw
388 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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 $* < $< > $@