Alistair Delva | 619982e | 2020-03-13 13:07:55 -0700 | [diff] [blame] | 1 | ARCH=arm |
2 | |||||
3 | CLANG_TRIPLE=arm-linux-gnueabi- | ||||
4 | CROSS_COMPILE=arm-linux-androidkernel- | ||||
Nick Desaulniers | 0482d56 | 2020-09-29 17:37:25 -0700 | [diff] [blame^] | 5 | LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86 |
Alistair Delva | 619982e | 2020-03-13 13:07:55 -0700 | [diff] [blame] | 6 | |
Alistair Delva | b194c75 | 2020-03-26 14:08:29 -0700 | [diff] [blame] | 7 | MAKE_GOALS=" |
8 | Image | ||||
9 | modules | ||||
10 | " | ||||
11 | |||||
Alistair Delva | 619982e | 2020-03-13 13:07:55 -0700 | [diff] [blame] | 12 | FILES=" |
Alistair Delva | 619982e | 2020-03-13 13:07:55 -0700 | [diff] [blame] | 13 | arch/arm/boot/Image |
14 | vmlinux | ||||
15 | System.map | ||||
16 | " |