diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-28 21:58:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-28 21:58:27 +0000 |
commit | b177705df6ecc71962415ca6e64d2c3217778d73 (patch) | |
tree | f7038574f2803757c07a9d55c6c3794c81d819d5 /lst/Makefile | |
parent | 4235ca11933dfabe558562b551a88a0a8361d02d (diff) | |
download | ldetect-lst-b177705df6ecc71962415ca6e64d2c3217778d73.tar ldetect-lst-b177705df6ecc71962415ca6e64d2c3217778d73.tar.gz ldetect-lst-b177705df6ecc71962415ca6e64d2c3217778d73.tar.bz2 ldetect-lst-b177705df6ecc71962415ca6e64d2c3217778d73.tar.xz ldetect-lst-b177705df6ecc71962415ca6e64d2c3217778d73.zip |
- drop CardsNames (not used anymore by drakx)
- Cards+: add Option "XaaNoPixmapCache" for i810 as suggested on cooker.
to be removed when the kernel works ok
- Cards+ (and pcitable): to cleanup the tree in XFdrake
- remove "Spacewalker HOT", "Octek", "Creative Blaster Exxtreme",
"Atrend", "ATrend", "SPEA", "Spider", "Actix", "Canopus", "Cardex"
entries
- remove "Generic VGA compatible" and entries using it
- remove "Unsupported VGA compatible"
- replace "SMI" by "Silicon Motion"
- replace "ELSA" by "Elsa"
- replace "LeadTek" by "Leadtek"
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lst/Makefile b/lst/Makefile index 59b0ef3b..05470b76 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -11,21 +11,16 @@ TMP_TABLES1 = $(TABLES1:%=%.tmp) TMP_TABLES2 = $(TABLES2:%=%.tmp) TMP_TABLES = $(TABLES:%=%.tmp) -build: CardsNames +build: clean: - rm -f *~ CardsNames *.tmp ScannerDB.gz + rm -f *~ *.tmp ScannerDB.gz check: @../convert/merge2pcitable.pl pcitable pcitable pcitable > /dev/null @../convert/merge2pcitable.pl pcitable usbtable usbtable > /dev/null @cd ../convert; ./verify_Cards.pl -CardsNames: Cards+ ../convert/Cards2CardsNames.pl - rm -f $@ - ../convert/Cards2CardsNames.pl $< > $@ - chmod a-w $@ - $(TMP_TABLES1): %.tmp: % ../convert/merge2pcitable.pl pcitable $< $<.$(ARCH) > $@ @@ -45,4 +40,4 @@ install: $(TMP_TABLES) $(TABLES3) cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done - install -m 644 ScannerDB.gz Cards+ CardsNames MonitorsDB isdn.db $(dir) + install -m 644 ScannerDB.gz Cards+ MonitorsDB isdn.db $(dir) |