diff options
author | Kevin | 2014-12-18 22:00:18 +0800 |
---|---|---|
committer | Kevin | 2014-12-18 22:00:18 +0800 |
commit | 2d05a8f663478a44e088d122e0d62109bbc801d0 (patch) | |
tree | e8e2e135d0008eac1d3fb8234cde720d2af8b5bc /ANDROID_3.4.5/scripts/mod | |
parent | c6c9e786ed378041d910c537608ddf7988aade25 (diff) | |
download | FOSSEE-netbook-kernel-source-2d05a8f663478a44e088d122e0d62109bbc801d0.tar.gz FOSSEE-netbook-kernel-source-2d05a8f663478a44e088d122e0d62109bbc801d0.tar.bz2 FOSSEE-netbook-kernel-source-2d05a8f663478a44e088d122e0d62109bbc801d0.zip |
add all
Diffstat (limited to 'ANDROID_3.4.5/scripts/mod')
-rw-r--r-- | ANDROID_3.4.5/scripts/mod/elfconfig.h | 4 | ||||
-rwxr-xr-x | ANDROID_3.4.5/scripts/mod/mk_elfconfig | bin | 0 -> 8747 bytes | |||
-rwxr-xr-x | ANDROID_3.4.5/scripts/mod/modpost | bin | 0 -> 71489 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/scripts/mod/elfconfig.h b/ANDROID_3.4.5/scripts/mod/elfconfig.h new file mode 100644 index 00000000..e4ae159e --- /dev/null +++ b/ANDROID_3.4.5/scripts/mod/elfconfig.h @@ -0,0 +1,4 @@ +#define KERNEL_ELFCLASS ELFCLASS32 +#define KERNEL_ELFDATA ELFDATA2LSB +#define HOST_ELFCLASS ELFCLASS64 +#define HOST_ELFDATA ELFDATA2LSB diff --git a/ANDROID_3.4.5/scripts/mod/mk_elfconfig b/ANDROID_3.4.5/scripts/mod/mk_elfconfig Binary files differnew file mode 100755 index 00000000..62483512 --- /dev/null +++ b/ANDROID_3.4.5/scripts/mod/mk_elfconfig diff --git a/ANDROID_3.4.5/scripts/mod/modpost b/ANDROID_3.4.5/scripts/mod/modpost Binary files differnew file mode 100755 index 00000000..cb299fb6 --- /dev/null +++ b/ANDROID_3.4.5/scripts/mod/modpost |