mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
* add dog, modify user/Makefile and user.sysconfig * add dog, modify user/Makefile and user.sysconfig * fix tty unicode * 修正无法正确编译dog的问题 --------- Co-authored-by: val213 <val213666@gmail.com> Co-authored-by: GnoCiYeH <heyicong@dragonos.org> Co-authored-by: longjin <longjin@DragonOS.org>
11 lines
274 B
Makefile
11 lines
274 B
Makefile
|
||
ifeq ($(ARCH), )
|
||
# !!!!在这里设置ARCH,可选 x86_64 和 riscv64
|
||
# !!!!!!!如果不同时调整这里以及vscode的settings.json,那么自动补全和检查将会失效
|
||
export ARCH?=x86_64
|
||
endif
|
||
|
||
ifeq ($(EMULATOR), )
|
||
export EMULATOR=__NO_EMULATION__
|
||
endif
|