summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-26 21:20:54 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-26 21:20:54 -0600
commit0378f059440d4702203f9bc005894f7b53cad889 (patch)
treead738d3ce97e2f76071b6b2f448eecc8526d6bd0 /cmd
parent61b14883c1ddbd5985c681ef7b559cf3c8c15525 (diff)
Have libhw_generic be independent of libcr, rename libhw to libhw_cr
Diffstat (limited to 'cmd')
-rw-r--r--cmd/sbc_harness/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/CMakeLists.txt b/cmd/sbc_harness/CMakeLists.txt
index d7923c2..fa42b47 100644
--- a/cmd/sbc_harness/CMakeLists.txt
+++ b/cmd/sbc_harness/CMakeLists.txt
@@ -24,7 +24,7 @@ target_link_libraries(sbc_harness_objs
libmisc
libusb
libdhcp
- libhw
+ libhw_cr
lib9p
lib9p_util
)