From 750c12d5b3683b4f5fa5700bbb94b01cc3e8d967 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Thu, 4 Jan 2024 17:33:59 +0800 Subject: [PATCH] =?UTF-8?q?>=20nvboard=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=2017:33:59=20=20up=20=20=202:20,=20?= =?UTF-8?q?=202=20users,=20=20load=20average:=200.64,=200.74,=200.89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/Makefile b/npc/Makefile index 7748453..82d01f2 100644 --- a/npc/Makefile +++ b/npc/Makefile @@ -52,8 +52,8 @@ compile_commands.json: clean .PHONY: clean nvboard sim nvboard-bin sim-bin git_trace_sim git_trace_nvboard -nvboard-bin: OBJDIR := $(PREFIX)/nvobj -nvboard-bin: SUBMAKE := $(OBJDIR)/V$(CHISEL_TOP_MODULE).mk +nvboard-bin: OBJDIR = $(PREFIX)/nvobj +nvboard-bin: SUBMAKE = $(OBJDIR)/V$(CHISEL_TOP_MODULE).mk # TODO: fix this awkward way to find nvboard.a nvboard-bin: CPPSRCS := $(addprefix $(PWD)/,$(wildcard csrc_nvboard/*.cpp)) $(SRC_AUTO_BIND) $(NVBOARD_HOME)/build/nvboard.a nvboard-bin: CXXFLAGS += -I$(NVBOARD_HOME)/include $(shell sdl2-config --cflags)