[][openwrt][mt7988][crytpo][add debugfs for crypto module]

[Description]
Add debugfs for crypto module to show SPI and CDRT idx of offloaed
xfrm states.

[Release-log]
N/A

Change-Id: I7ab7559eddd2ac92ad3ce2ca516655f581e85edf
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/9350757
diff --git a/feed/kernel/crypto-eip/src/Makefile b/feed/kernel/crypto-eip/src/Makefile
index 77f6750..94c9051 100644
--- a/feed/kernel/crypto-eip/src/Makefile
+++ b/feed/kernel/crypto-eip/src/Makefile
@@ -14,6 +14,7 @@
 crypto-eip-inline-y += lookaside.o
 crypto-eip-inline-y += lookaside-cipher.o
 crypto-eip-inline-y += lookaside-hash.o
+crypto-eip-inline-y += debugfs.o
 
 crypto-eip-inline-$(CONFIG_CRYPTO_XFRM_OFFLOAD_MTK_PCE) += xfrm-offload.o
 crypto-eip-inline-$(CONFIG_MTK_TOPS_CAPWAP_DTLS) += capwap-dtls-offload.o