summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-01-17 12:04:33 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-01-17 12:19:24 -0700
commita8b4ec816efc869d00023c7565f1fed5098eca9b (patch)
tree61025f79e52b31d636faa7b16fc2ee434b9c5a04 /cmd/sbc_harness
parent319987dc70d012c711109589328887c117112965 (diff)
lib9p: Enable generating code for 9P2000.L
Diffstat (limited to 'cmd/sbc_harness')
-rw-r--r--cmd/sbc_harness/config/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index 2b6a6cf..56b39d6 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -62,6 +62,7 @@
#define CONFIG_9P_ENABLE_9P2000 1 /* bool */
#define CONFIG_9P_ENABLE_9P2000_u 1 /* bool */
#define CONFIG_9P_ENABLE_9P2000_e 0 /* bool */
+#define CONFIG_9P_ENABLE_9P2000_L 0 /* bool */
/* DHCP ***********************************************************************/