diff options
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lst/Makefile b/lst/Makefile index 7239b2f1..9465ecbf 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -22,8 +22,8 @@ check: @diff -u pcitable.x86_64 .pcitable @../convert/merge2pcitable.pl pcitable pcitable pcitable > .pcitable @diff -u pcitable .pcitable - @../convert/merge2pcitable.pl pcitable usbtable usbtable > .usbtable - @diff -u usbtable .usbtable + #@../convert/merge2pcitable.pl pcitable usbtable usbtable > .usbtable + #@diff -u usbtable .usbtable @cd ../convert; ./verify_Cards.pl @rm -f .pcitable .usbtable |