30485f206e
Enables us to catch build-breaks for 32-bit ARM with an allmodconfig build in continuous integration testing. Bug: 151459448 Change-Id: I825a18771c214e6389fc2755fce20c8fc2531695 Signed-off-by: Alistair Delva <adelva@google.com>
12 lines
250 B
Text
12 lines
250 B
Text
ARCH=arm
|
|
|
|
CLANG_TRIPLE=arm-linux-gnueabi-
|
|
CROSS_COMPILE=arm-linux-androidkernel-
|
|
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin
|
|
|
|
FILES="
|
|
arch/arm/boot/Image.gz
|
|
arch/arm/boot/Image
|
|
vmlinux
|
|
System.map
|
|
"
|