From fc920227b22362f5b90bcf50dba947c9a15c7821 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Mon, 1 Jan 2024 13:43:44 +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=2013:43:44=20=20up=20=2022:22,=20=20?= =?UTF-8?q?2=20users,=20=20load=20average:=200.73,=200.83,=200.84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/npc/Makefile b/npc/Makefile index a4f422b..f0ac626 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -5,8 +5,6 @@ OBJDIR := $(PREFIX)/obj VSRC := $(wildcard vsrc/*.v) SRC_AUTO_BIND := $(abspath $(PREFIX)/auto_bind.cpp) CPPSRCS := $(addprefix $(PWD)/,$(wildcard csrc/*.cpp)) -# TODO: fix this awkward way to find nvboard.a -CPPSRCS += $(SRC_AUTO_BIND) $(NVBOARD_HOME)/build/nvboard.a NXDC_FILES = $(abspath constr/top.nxdc) SUBMAKE := $(OBJDIR)/Vexample.mk @@ -47,6 +45,7 @@ git_trace: .PHONY: clean nvboard nvboard: OBJDIR := $(PREFIX)/nvobj +# TODO: fix this awkward way to find nvboard.a nvboard: CPPSRCS := $(addprefix $(PWD)/,$(wildcard csrc_nvboard/*.cpp)) $(SRC_AUTO_BIND) $(NVBOARD_HOME)/build/nvboard.a nvboard: CXXFLAGS += -I$(NVBOARD_HOME)/include $(shell sdl2-config --cflags) -g nvboard: $(VSRC) $(CPPSRCS) $(OBJDIR)/Vexample