diff options
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile index 87cc3b59..f5623373 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -4,7 +4,7 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) TABLES1 = pcitable usbtable -TABLES2 = isatable pcmciatable +TABLES2 = isatable pcmciatable dmitable TABLES3 = ScannerDB.gz TABLES4 = scannerconfigs TABLES = $(TABLES1) $(TABLES2) |