aboutsummaryrefslogtreecommitdiffstats
path: root/sysgen
diff options
context:
space:
mode:
Diffstat (limited to 'sysgen')
-rw-r--r--sysgen/sysgen.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysgen/sysgen.go b/sysgen/sysgen.go
index 0cd6ae61e..671e27c0b 100644
--- a/sysgen/sysgen.go
+++ b/sysgen/sysgen.go
@@ -355,6 +355,10 @@ func fmtFdKind(s string) string {
return "FdAlg"
case "algconn":
return "FdAlgConn"
+ case "nfc_raw":
+ return "FdNfcRaw"
+ case "nfc_llcp":
+ return "FdNfcLlcp"
default:
failf("bad fd type %v", s)
return ""