aboutsummaryrefslogtreecommitdiffstats
path: root/build.config.crosvm.x86_64
blob: 1a72238201b031796602406344fcaa323e2e6e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
. ${ROOT_DIR}/u-boot/build.config.common

ARCH=x86_64
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin
CC="${CC} --target=x86_64-linux-gnu --prefix=${PWD}/${LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN} --gcc-toolchain=${PWD}/${LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN}/.."
CROSS_COMPILE=x86_64-linux-androidkernel-
DEFCONFIG=cf-x86_defconfig

MAKE_GOALS="
SWIG_LIB=${PWD}/external/swig/Lib
u-boot.dtb
u-boot.rom
System.map
"

FILES="u-boot.rom
System.map
"