forgot source for armel-linux.kernel.vmlinuz stubs
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user