Skip to content
代码片段 群组 项目
提交 eaf56b2b 编辑于 作者: Jason A. Donenfeld's avatar Jason A. Donenfeld
浏览文件

qemu: move build outside of kernel dir to avoid kernel's make clean


Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
上级 7f4c9be6
No related branches found
No related tags found
无相关合并请求
cscope.out
*.o
*.d
*.ko
*.mod.c
src/tools/wg
Module.symvers
*.cmd
.tmp_versions
......@@ -9,3 +11,11 @@ Module.symvers
modules.order
modules.builtin
maint/
qemu-build/
src/tests/qemu/distfiles/
*.id0
*.id1
*.id2
*.nam
*.til
*.pro.user
build/
distfiles/
......@@ -2,7 +2,7 @@ PWD := $(shell pwd)
# Set these from the environment to override
KERNEL_VERSION ?= 4.8.6
BUILD_PATH ?= $(PWD)/build
BUILD_PATH ?= $(PWD)/../../../qemu-build
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no
NR_CPUS ?= 2
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册