mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
forgot source for armel-linux.kernel.vmlinuz stubs
This commit is contained in:
parent
c88c20820f
commit
dd32a2f15a
4
src/stub/src/armel-linux.kernel.vmlinuz-head.S
Normal file
4
src/stub/src/armel-linux.kernel.vmlinuz-head.S
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* header for armel-linux.kernel.vmlinuz-head.S
|
||||
* is same as arm-linux.kernel.vmlinux-head.S
|
||||
*/
|
||||
#include "arm-linux.kernel.vmlinux-head.S"
|
6
src/stub/src/armel-linux.kernel.vmlinuz.S
Normal file
6
src/stub/src/armel-linux.kernel.vmlinuz.S
Normal file
|
@ -0,0 +1,6 @@
|
|||
/* source for armel-linux.kernel.vmlinuz.S
|
||||
* is same as arm-linux.kernel.vmlinux.S
|
||||
* and has been factored out in p_vmlinz.cpp by using:
|
||||
* #include "stub/arm-linux.kernel.vmlinux.h"
|
||||
*/
|
||||
#include "arm-linux.kernel.vmlinux.S"
|
Loading…
Reference in New Issue
Block a user