From 6f8ea382a0e0646aa35186fabfc860ad3d1a814c Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Mon, 1 Jan 2024 14:28:58 +0800 Subject: [PATCH] =?UTF-8?q?>=20sim=20RTL=20ysyx=5F22040000=20=E6=9D=8E?= =?UTF-8?q?=E5=BF=83=E6=9D=A8=20Linux=20calcite=206.1.69=20#1-NixOS=20SMP?= =?UTF-8?q?=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20UTC=202023?= =?UTF-8?q?=20x86=5F64=20GNU/Linux=20=2014:28:58=20=20up=20=2023:07,=20=20?= =?UTF-8?q?2=20users,=20=20load=20average:=201.33,=201.43,=201.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/Makefile b/npc/Makefile index 0c5412b..d70a487 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -54,8 +54,8 @@ nvboard: $(VSRC) $(CPPSRCS) $(SUBMAKE) $(SRC_AUTO_BIND) $(OBJDIR)/Vexample @NVBOARD_HOME=$(NVBOARD_HOME) $(OBJDIR)/Vexample compile_commands.json: clean - bear --output all.json -- $(MAKE) -i all bear --output nvboard.json -- $(MAKE) -i nvboard + bear --output all.json -- $(MAKE) -i all jq -s ".[0] + .[1]" all.json nvboard.json > compile_commands.json $(RM) all.json nvboard.json