diff options
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lst/Makefile b/lst/Makefile index d051ae2c..a1e826f0 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -18,6 +18,8 @@ clean: rm -f *~ *.tmp ScannerDB.gz check: + @../convert/merge2pcitable.pl pcitable pcitable.x86_64 pcitable.x86_64 > .pcitable + @diff -u pcitable.x86_64 .pcitable @../convert/merge2pcitable.pl pcitable pcitable pcitable > .pcitable @diff -u pcitable .pcitable @../convert/merge2pcitable.pl pcitable usbtable usbtable > .usbtable |