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