diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-17 12:04:33 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-17 12:19:24 -0700 |
commit | a8b4ec816efc869d00023c7565f1fed5098eca9b (patch) | |
tree | 61025f79e52b31d636faa7b16fc2ee434b9c5a04 /cmd/sbc_harness | |
parent | 319987dc70d012c711109589328887c117112965 (diff) |
lib9p: Enable generating code for 9P2000.L
Diffstat (limited to 'cmd/sbc_harness')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 1 |
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 ***********************************************************************/ |