You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
198 B
17 lines
198 B
4 months ago
|
ARCH=arm
|
||
|
|
||
|
LLVM_IAS=1
|
||
|
CROSS_COMPILE=arm-linux-gnueabi-
|
||
|
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
|
||
|
|
||
|
MAKE_GOALS="
|
||
|
zImage
|
||
|
modules
|
||
|
"
|
||
|
|
||
|
FILES="
|
||
|
arch/arm/boot/zImage
|
||
|
vmlinux
|
||
|
System.map
|
||
|
"
|