From af89623ebaaebbccdccee6bfea72bb50008922ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=B9=95?= Date: Fri, 2 Dec 2022 20:27:03 +0800 Subject: [PATCH] =?UTF-8?q?net:compile=20missing=20missing=20config?= =?UTF-8?q?=EF=BC=9A=20CONFIG=5FSHORTCUT=5FFE=3Dm=20CONFIG=5FSFE=5FSUPPORT?= =?UTF-8?q?=5FIPV6=3Dy=20CONFIG=5FSHORTCUT=5FFE=5FCM=3Dm=20CONFIG=5FFAST?= =?UTF-8?q?=5FCLASSIFIER=3Dm=20finally=20the=20transplant=20is=20complete~?= =?UTF-8?q?~~(*^=5F^*)=20Signed-off-by:=E4=BA=91=E5=B9=95=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/Makefile b/net/Makefile index 449fc0b221f8..08c3101a4b28 100644 --- a/net/Makefile +++ b/net/Makefile @@ -87,3 +87,5 @@ endif obj-$(CONFIG_QRTR) += qrtr/ obj-$(CONFIG_NET_NCSI) += ncsi/ obj-$(CONFIG_XDP_SOCKETS) += xdp/ +obj-$(CONFIG_SHORTCUT_FE) += shortcut-fe/ +obj-$(CONFIG_FAST_CLASSIFIER) += fast-classifier/