Skip to content

Commit

Permalink
Build order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Feb 20, 2020
1 parent 8e33ca4 commit 266e8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ubuntu/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pre-drivers: pre-zc
pre-kernel-nodrivers:
cd ../../kernel; ./configure; sudo make -f Makefile.dkms deb

pre-kernel: pre-drivers pre-kernel-nodrivers
pre-kernel: pre-kernel-nodrivers pre-drivers

pre-zc:
cd ../../drivers/intel/; ./configure; make dkms-deb
Expand Down

0 comments on commit 266e8a4

Please sign in to comment.