mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
16
drivers/usb/serial/Makefile-keyspan_pda_fw
Normal file
16
drivers/usb/serial/Makefile-keyspan_pda_fw
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
# 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 $* < $< > $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue