The rules file option is binary-modules, not binary-module. I was having difficulty getting this to work until I found that. I’m sure someone else did as well.

 

> #define saved_halt halt
> #undef halt
>         LIN2WIN1(miniport->halt, handle->adapter_ctx);
> #define halt saved_halt
> 
> 3) then run
> 
> ./debian/rules binary-module

 

Should be:

 

#define saved_halt halt
#undef halt
         LIN2WIN1(miniport->halt, handle->adapter_ctx);
#define halt saved_halt
 
3) then run
 
./debian/rules binary-modules

 

Reply via email to