From 0d3a0ded6b6b8b032a6a7d9b087e7cadb05a9d7e Mon Sep 17 00:00:00 2001 From: laokz Date: Mon, 27 May 2024 08:36:16 +0000 Subject: [PATCH] update iavf.spec. Signed-off-by: laokz --- iavf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iavf.spec b/iavf.spec index d622085..c6ee802 100644 --- a/iavf.spec +++ b/iavf.spec @@ -31,7 +31,11 @@ This package contains the Intel(R) Ethernet Adaptive Virtual Function Driver. %autosetup -p1 %build -make -C src clean +uname -r +ls -l /lib/modules/ +ls -l /lib/modules/`uname -r` + +make --debug=j -C src clean make -C src %install -- Gitee