1
0
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:
John Reiser 2008-09-15 10:35:53 -07:00
parent c88c20820f
commit dd32a2f15a
2 changed files with 10 additions and 0 deletions

View 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"

View 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"