14 lines
120 B
Plaintext
Executable File
14 lines
120 B
Plaintext
Executable File
ARCH=arm
|
|
MAKE_GOALS="
|
|
zImage
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/arm/boot/zImage
|
|
vmlinux
|
|
System.map
|
|
"
|
|
|
|
NDK_TRIPLE=${ARM_NDK_TRIPLE}
|