From d64383ffd001891810b8ebf68940c10efafa12de Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Wed, 10 Jan 2024 20:16:11 +0800 Subject: [PATCH] =?UTF-8?q?>=20configure(npc)=20=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20=20Linux=20calcite=206.1.69=20#1-?= =?UTF-8?q?NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20U?= =?UTF-8?q?TC=202023=20x86=5F64=20GNU/Linux=20=20=2020:16:11=20=20up=202?= =?UTF-8?q?=20days=2019:16,=20=202=20users,=20=20load=20average:=201.49,?= =?UTF-8?q?=201.68,=201.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/CMakeLists.txt b/npc/CMakeLists.txt index 6ce9267..ef78ddd 100644 --- a/npc/CMakeLists.txt +++ b/npc/CMakeLists.txt @@ -20,7 +20,9 @@ find_path(NVBOARD_INCLUDE_DIR NAMES nvboard.h) set(TOPMODULES "Switch" "Keyboard") foreach(TOPMODULE IN LISTS TOPMODULES) - + + # FIXME: all scala source file are tracked here, cause all files to rebuild + # after a source update. set(SCALA_CORE "${CMAKE_CURRENT_SOURCE_DIR}/core") set(CHISEL_MODULE_CLASS "${CMAKE_PROJECT_NAME}.${TOPMODULE}") file(GLOB_RECURSE SCALA_CORE_SOURCES "${SCALA_CORE}/src/main/scala/*.scala")