Skip to content

Commit c01afac

Browse files
committed
Fix re-compiling if kernel source is updated
`compat_def.h` needs to be regenerated after `./configure` run. Fixes #139. Thanks Zamir Ostroukhov for the report.
1 parent 30c8918 commit c01afac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

+2
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ compiler_presence_test
348348
snmp_check
349349
dkms_check
350350

351+
rm -f compat_def.h
352+
351353
REPLACE="\
352354
s!@CARGS@!$CARGS!;\
353355
s!@KVERSION@!$KVERSION!;\

0 commit comments

Comments
 (0)